diff --git a/.changes/0.22.2.md b/.changes/0.22.2.md new file mode 100644 index 000000000..aa17271a8 --- /dev/null +++ b/.changes/0.22.2.md @@ -0,0 +1,6 @@ +## 0.22.2 (April 18, 2024) + +BUG FIXES: + +* tftypes: Large integers are always encoded as msgpack integers rather than float values to ensure the decoded value will not be rounded to 52-bit precision ([#396](https://github.com/hashicorp/terraform-plugin-go/issues/396)) + diff --git a/.changes/unreleased/BUG FIXES-20240418-121811.yaml b/.changes/unreleased/BUG FIXES-20240418-121811.yaml deleted file mode 100644 index a7c36ad99..000000000 --- a/.changes/unreleased/BUG FIXES-20240418-121811.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'tftypes: Large integers are always encoded as msgpack integers rather than - float values to ensure the decoded value will not be rounded to 52-bit precision' -time: 2024-04-18T12:18:11.880247-04:00 -custom: - Issue: "396" diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc185c74..d8c408170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.22.2 (April 18, 2024) + +BUG FIXES: + +* tftypes: Large integers are always encoded as msgpack integers rather than float values to ensure the decoded value will not be rounded to 52-bit precision ([#396](https://github.com/hashicorp/terraform-plugin-go/issues/396)) + ## 0.22.1 (March 11, 2024) NOTES: