Skip to content

Commit 4e47d10

Browse files
Update changelog
1 parent e1d8865 commit 4e47d10

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

.changes/0.3.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.3.0 (January 19, 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* Added data source and resource support for query and path parameters specified in the [OAS Path Item](https://spec.openapis.org/oas/v3.1.0#path-item-object) ([#114](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/114))
6+
7+
BUG FIXES:
8+
9+
* Fixed a bug where schema defaults were not detected for integer/int32 properties ([#111](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/111))
10+

.changes/unreleased/BUG FIXES-20231220-133159.yaml

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

.changes/unreleased/ENHANCEMENTS-20240116-102758.yaml

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.0 (January 19, 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* Added data source and resource support for query and path parameters specified in the [OAS Path Item](https://spec.openapis.org/oas/v3.1.0#path-item-object) ([#114](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/114))
6+
7+
BUG FIXES:
8+
9+
* Fixed a bug where schema defaults were not detected for integer/int32 properties ([#111](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/111))
10+
111
## 0.2.1 (December 13, 2023)
212

313
BUG FIXES:

0 commit comments

Comments
 (0)