Skip to content

Commit

Permalink
Update CHANGELOG for 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Jul 8, 2022
1 parent a494582 commit 32fe593
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.11.0 (July 8, 2022)

FEATURES:

* Added support for protocol version 5.3 and 6.3, which allows providers to opt into the `PlanResourceChange` RPC for resource destruction ([#205](https://github.com/hashicorp/terraform-plugin-go/issues/205))

ENHANCEMENTS:

* tfprotov5: Added `ServerCapabilities` type and `ServerCapabilities` field to `GetProviderSchemaResponse` ([#205](https://github.com/hashicorp/terraform-plugin-go/issues/205))
* tfprotov6: Added `ServerCapabilities` type and `ServerCapabilities` field to `GetProviderSchemaResponse` ([#205](https://github.com/hashicorp/terraform-plugin-go/issues/205))

# 0.10.0 (July 5, 2022)

ENHANCEMENTS:
Expand Down

0 comments on commit 32fe593

Please sign in to comment.