diff --git a/.changes/1.3.4.md b/.changes/1.3.4.md new file mode 100644 index 000000000..9eef44240 --- /dev/null +++ b/.changes/1.3.4.md @@ -0,0 +1,6 @@ +## 1.3.4 (August 03, 2023) + +BUG FIXES: + +* types/basetypes: Prevented Float64Value Terraform data consistency errors for numbers with high precision floating point rounding errors ([#817](https://github.com/hashicorp/terraform-plugin-framework/issues/817)) + diff --git a/.changes/unreleased/BUG FIXES-20230803-120411.yaml b/.changes/unreleased/BUG FIXES-20230803-120411.yaml deleted file mode 100644 index 1d15765a4..000000000 --- a/.changes/unreleased/BUG FIXES-20230803-120411.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'types/basetypes: Prevented Float64Value Terraform data consistency errors for - numbers with high precision floating point rounding errors' -time: 2023-08-03T12:04:11.996955-04:00 -custom: - Issue: "817" diff --git a/CHANGELOG.md b/CHANGELOG.md index 001b1169e..41c0038c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.4 (August 03, 2023) + +BUG FIXES: + +* types/basetypes: Prevented Float64Value Terraform data consistency errors for numbers with high precision floating point rounding errors ([#817](https://github.com/hashicorp/terraform-plugin-framework/issues/817)) + ## 1.3.3 (July 20, 2023) BUG FIXES: