Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed Jun 28, 2023
1 parent e339254 commit 653d9f3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .changes/0.17.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 0.17.0 (June 28, 2023)

ENHANCEMENTS:

* tfprotov5: Added `DynamicValue` type `IsNull` method, which enables checking if the value is null without type information and fully decoding underlying data ([#305](https://github.com/hashicorp/terraform-plugin-go/issues/305))
* tfprotov6: Added `DynamicValue` type `IsNull` method, which enables checking if the value is null without type information and fully decoding underlying data ([#305](https://github.com/hashicorp/terraform-plugin-go/issues/305))

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20230627-125806.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20230627-125912.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.17.0 (June 28, 2023)

ENHANCEMENTS:

* tfprotov5: Added `DynamicValue` type `IsNull` method, which enables checking if the value is null without type information and fully decoding underlying data ([#305](https://github.com/hashicorp/terraform-plugin-go/issues/305))
* tfprotov6: Added `DynamicValue` type `IsNull` method, which enables checking if the value is null without type information and fully decoding underlying data ([#305](https://github.com/hashicorp/terraform-plugin-go/issues/305))

## 0.16.0 (June 16, 2023)

ENHANCEMENTS:
Expand Down

0 comments on commit 653d9f3

Please sign in to comment.