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 May 16, 2024
1 parent e69d25e commit fe09197
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
11 changes: 11 additions & 0 deletions .changes/0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 0.4.0 (May 16, 2024)

ENHANCEMENTS:

* schema: Added `Description`, `MarkdownDescription` and `DeprecationMessage` fields to resource, data source and provider schemas ([#112](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/112))

BUG FIXES:

* schema: Fixed the generated object value method for map_nested and set_nested ([#125](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/125))
* Fix ToObjectValue function for nested objects for null or unknown values ([#138](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/138))

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-20240312-104751.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-20240514-143136.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20240515-100422.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.4.0 (May 16, 2024)

ENHANCEMENTS:

* schema: Added `Description`, `MarkdownDescription` and `DeprecationMessage` fields to resource, data source and provider schemas ([#112](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/112))

BUG FIXES:

* schema: Fixed the generated object value method for map_nested and set_nested ([#125](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/125))
* Fix ToObjectValue function for nested objects for null or unknown values ([#138](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/138))

## 0.3.1 (November 22, 2023)

BUG FIXES:
Expand Down

0 comments on commit fe09197

Please sign in to comment.