Skip to content

Commit

Permalink
Update CHANGELOG for 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Jul 5, 2022
1 parent e76916f commit 079dac2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
# 2.18.0 (July 5, 2022)

ENHANCEMENTS:

* helper/resource: Added `TF_ACC_LOG`, `TF_LOG_CORE`, and `TF_LOG_PROVIDER` environment variable handling for Terraform versions 0.15 and later ([#993](https://github.com/hashicorp/terraform-plugin-sdk/issues/993))
* helper/schema: Added sdk.proto logger request duration and response diagnostics logging ([#996](https://github.com/hashicorp/terraform-plugin-sdk/issues/996))

BUG FIXES:

* helper/resource: Ensured errors are always logged. ([#983](https://github.com/hashicorp/terraform-plugin-sdk/issues/983))

# 2.17.0 (May 31, 2022)

NOTES:
Expand Down

0 comments on commit 079dac2

Please sign in to comment.