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 Oct 24, 2023
1 parent a6c07c2 commit 3b275fb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .changes/1.4.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.4.2 (October 24, 2023)

BUG FIXES:

* resource: Add `Private` field to `DeleteResource` type, which was missing to allow provider logic to update private state on errors ([#863](https://github.com/hashicorp/terraform-plugin-framework/issues/863))
* resource: Prevented private state data loss if resource destruction returned an error ([#863](https://github.com/hashicorp/terraform-plugin-framework/issues/863))

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20231023-165712.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20231023-165814.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 @@
## 1.4.2 (October 24, 2023)

BUG FIXES:

* resource: Add `Private` field to `DeleteResource` type, which was missing to allow provider logic to update private state on errors ([#863](https://github.com/hashicorp/terraform-plugin-framework/issues/863))
* resource: Prevented private state data loss if resource destruction returned an error ([#863](https://github.com/hashicorp/terraform-plugin-framework/issues/863))

## 1.4.1 (October 09, 2023)

BUG FIXES:
Expand Down

0 comments on commit 3b275fb

Please sign in to comment.