Skip to content

Commit 6e1b06c

Browse files
committed
add changelog entries
1 parent 1c52ab6 commit 6e1b06c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
- `cdn`: [v1.2.0](services/cdn/CHANGELOG.md#v120)
33
- **Feature:** Add `default_cache_duration` attribute to `Config`, `ConfigPatch` and `CreateDistributionPayload` model
44
- Add `originUrlRelated` to available options given in `sort_by` description
5+
- `opensearch`: [v0.3.0](services/opensearch/CHANGELOG.md#v030)
6+
- **Breaking change:** Attribute `tls_protocols` of `InstanceParameters` model is now of type `List[StrictStr]` (previously `StrictStr`)
57

68
## Release (2025-06-16)
79
- `core`: [v0.2.0](core/CHANGELOG.md#v020-2025-06-12)

services/opensearch/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.0
2+
- **Breaking change:** Attribute `tls_protocols` of `InstanceParameters` model is now of type `List[StrictStr]` (previously `StrictStr`)
3+
14
## v0.2.1 (2025-05-09)
25
- **Feature:** Update user-agent header
36

services/opensearch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-opensearch"
33

44
[tool.poetry]
55
name = "stackit-opensearch"
6-
version = "v0.2.1"
6+
version = "v0.3.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)