Skip to content

Commit ef5ca10

Browse files
committed
Update CHANGELOG.md and pyproject.toml
- relates to #1931
1 parent 1c45c06 commit ef5ca10

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@
4949
- [v1.2.0](services/cdn/CHANGELOG.md#v120)
5050
- **Feature:** Add `default_cache_duration` attribute to `Config`, `ConfigPatch` and `CreateDistributionPayload` model
5151
- Add `originUrlRelated` to available options given in `sort_by` description
52-
- `opensearch`: [v0.3.0](services/opensearch/CHANGELOG.md#v030)
53-
- **Breaking change:** Attribute `tls_protocols` of `InstanceParameters` model is now of type `List[StrictStr]` (previously `StrictStr`)
52+
- `opensearch`:
53+
- [v0.3.1](services/opensearch/CHANGELOG.md#v031)
54+
- **Internal:** Improve deserializing and error types
55+
- [v0.3.0](services/opensearch/CHANGELOG.md#v030)
56+
- **Breaking change:** Attribute `tls_protocols` of `InstanceParameters` model is now of type `List[StrictStr]` (previously `StrictStr`)
5457
- `stackitmarketplace`: [v1.4.0](services/stackitmarketplace/CHANGELOG.md#v140)
5558
- **Feature:** Add support for offer types
5659
- new model `OfferType`

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.1
2+
- **Internal:** Improve deserializing and error types
3+
14
## v0.3.0
25
- **Breaking change:** Attribute `tls_protocols` of `InstanceParameters` model is now of type `List[StrictStr]` (previously `StrictStr`)
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.3.0"
6+
version = "v0.3.1"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)