Skip to content

Commit 1831509

Browse files
committed
add changelog entries
1 parent a562ade commit 1831509

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Release (2025-XX-XX)
22
- `authorization`: [v0.5.0](services/authorization/CHANGELOG.md#v050)
33
- Add new `etag` attribute to `Role` model class
4+
- `ske`: [v1.4.0](services/ske/CHANGELOG.md#v140)
5+
- **Feature:** Add new optional `version_state` param to `DefaultApi.list_provider_options` method
6+
- **Feature:** Add new enum `GetProviderOptionsRequestVersionState`
47

58
## Release (2025-11-14)
69
- `cdn`:

services/ske/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.4.0
2+
- **Feature:** Add new optional `version_state` param to `DefaultApi.list_provider_options` method
3+
- **Feature:** Add new enum `GetProviderOptionsRequestVersionState`
4+
15
## v1.3.1
26
- **Bugfix:** Prevent year 0 timestamp issue
37

services/ske/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-ske"
6-
version = "v1.3.1"
6+
version = "v1.4.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)