Skip to content

Commit

Permalink
Updated CHANGELOG for v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Jul 28, 2022
1 parent b351d0b commit 1d4cace
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.13.0 (July 28, 2022)

ENHANCEMENTS:
* tfprotov5: Added `RawState` type `UnmarshalWithOpts` method to facilitate configurable behaviour during unmarshalling ([#213](https://github.com/hashicorp/terraform-plugin-go/issues/213))
* tfprotov6: Added `RawState` type `UnmarshalWithOpts` method to facilitate configurable behaviour during unmarshalling ([#213](https://github.com/hashicorp/terraform-plugin-go/issues/213))

BUG FIXES:
* tftypes: Clarified `ValueFromJSON` error messaging with object attribute key issues ([#214](https://github.com/hashicorp/terraform-plugin-go/issues/214))

# 0.12.0 (July 15, 2022)

NOTES:
Expand Down

0 comments on commit 1d4cace

Please sign in to comment.