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 Mar 11, 2024
1 parent 0d7e0a1 commit a99dc45
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .changes/0.22.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.22.1 (March 11, 2024)

NOTES:

* all: Upgraded google.golang.org/protobuf dependency, which includes a fix for CVE-2024-24786. While the fixed feature is not used in this Go module, this upgrade may silence security vulnerability scanner reports that are based purely on dependency versions. ([#385](https://github.com/hashicorp/terraform-plugin-go/issues/385))

BUG FIXES:

* tftypes: Fixed an edge-case where `(Value).Equal` would panic when comparing two values with underlying `DynamicPseudoType` types and different concrete values. ([#383](https://github.com/hashicorp/terraform-plugin-go/issues/383))

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20240228-171104.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/unreleased/NOTES-20240307-092813.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.22.1 (March 11, 2024)

NOTES:

* all: Upgraded google.golang.org/protobuf dependency, which includes a fix for CVE-2024-24786. While the fixed feature is not used in this Go module, this upgrade may silence security vulnerability scanner reports that are based purely on dependency versions. ([#385](https://github.com/hashicorp/terraform-plugin-go/issues/385))

BUG FIXES:

* tftypes: Fixed an edge-case where `(Value).Equal` would panic when comparing two values with underlying `DynamicPseudoType` types and different concrete values. ([#383](https://github.com/hashicorp/terraform-plugin-go/issues/383))

## 0.22.0 (February 22, 2024)

BREAKING CHANGES:
Expand Down

0 comments on commit a99dc45

Please sign in to comment.