Skip to content

Commit fbdeecc

Browse files
Update changelog
1 parent d3b0da1 commit fbdeecc

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.changes/0.2.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.2.1 (December 13, 2023)
2+
3+
BUG FIXES:
4+
5+
* Fixed a bug where schemas that used `additionalProperties` with schema composition (allOf/anyOf/oneOf) would return an empty single nested attribute. Will now return map or map nested attribute. ([#100](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/100))
6+

.changes/unreleased/BUG FIXES-20231213-145019.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.1 (December 13, 2023)
2+
3+
BUG FIXES:
4+
5+
* Fixed a bug where schemas that used `additionalProperties` with schema composition (allOf/anyOf/oneOf) would return an empty single nested attribute. Will now return map or map nested attribute. ([#100](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/100))
6+
17
## 0.2.0 (October 30, 2023)
28

39
FEATURES:

0 commit comments

Comments
 (0)