Skip to content

Commit fe09197

Browse files
Update changelog
1 parent e69d25e commit fe09197

5 files changed

+22
-16
lines changed

Diff for: .changes/0.4.0.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.4.0 (May 16, 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* 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))
6+
7+
BUG FIXES:
8+
9+
* schema: Fixed the generated object value method for map_nested and set_nested ([#125](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/125))
10+
* Fix ToObjectValue function for nested objects for null or unknown values ([#138](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/138))
11+

Diff for: .changes/unreleased/BUG FIXES-20240312-104751.yaml

-5
This file was deleted.

Diff for: .changes/unreleased/BUG FIXES-20240514-143136.yaml

-5
This file was deleted.

Diff for: .changes/unreleased/ENHANCEMENTS-20240515-100422.yaml

-6
This file was deleted.

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.4.0 (May 16, 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* 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))
6+
7+
BUG FIXES:
8+
9+
* schema: Fixed the generated object value method for map_nested and set_nested ([#125](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/125))
10+
* Fix ToObjectValue function for nested objects for null or unknown values ([#138](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/138))
11+
112
## 0.3.1 (November 22, 2023)
213

314
BUG FIXES:

0 commit comments

Comments
 (0)