Skip to content

Commit 0ffaa6a

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 747caad commit 0ffaa6a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Release (2025-XX-XX)
2+
- `opensearch`: [v0.24.0](services/opensearch/CHANGELOG.md#v0240)
3+
- **Breaking change:** `InstanceParametersTlsProtocols` is now a string array instead of a single string
4+
- Add `required:"true"` tags to model structs
25
- `sqlserverflex`: [v1.3.0](services/sqlserverflex/CHANGELOG.md#v130)
36
- Add `required:"true"` tags to model structs
47
- `postgresflex`: [v1.2.0](services/postgresflex/CHANGELOG.md#v120)

services/opensearch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.24.0
2+
- **Breaking change:** `InstanceParametersTlsProtocols` is now a string array instead of a single string
3+
- Add `required:"true"` tags to model structs
4+
15
## v0.23.1 (2025-06-04)
26
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
37

0 commit comments

Comments
 (0)