Skip to content

Commit 1d4cace

Browse files
committed
Updated CHANGELOG for v0.13.0
1 parent b351d0b commit 1d4cace

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.13.0 (July 28, 2022)
2+
3+
ENHANCEMENTS:
4+
* tfprotov5: Added `RawState` type `UnmarshalWithOpts` method to facilitate configurable behaviour during unmarshalling ([#213](https://github.com/hashicorp/terraform-plugin-go/issues/213))
5+
* tfprotov6: Added `RawState` type `UnmarshalWithOpts` method to facilitate configurable behaviour during unmarshalling ([#213](https://github.com/hashicorp/terraform-plugin-go/issues/213))
6+
7+
BUG FIXES:
8+
* tftypes: Clarified `ValueFromJSON` error messaging with object attribute key issues ([#214](https://github.com/hashicorp/terraform-plugin-go/issues/214))
9+
110
# 0.12.0 (July 15, 2022)
211

312
NOTES:

0 commit comments

Comments
 (0)