Skip to content

Commit a99dc45

Browse files
Update changelog
1 parent 0d7e0a1 commit a99dc45

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

.changes/0.22.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.22.1 (March 11, 2024)
2+
3+
NOTES:
4+
5+
* 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))
6+
7+
BUG FIXES:
8+
9+
* 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))
10+

.changes/unreleased/BUG FIXES-20240228-171104.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/NOTES-20240307-092813.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.22.1 (March 11, 2024)
2+
3+
NOTES:
4+
5+
* 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))
6+
7+
BUG FIXES:
8+
9+
* 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))
10+
111
## 0.22.0 (February 22, 2024)
212

313
BREAKING CHANGES:

0 commit comments

Comments
 (0)