Skip to content

Commit ffdaf45

Browse files
committed
add changelog entries
1 parent 1cae8ec commit ffdaf45

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Release (2025-XX-XX)
2+
- `authorization`: [v0.5.0](services/authorization/CHANGELOG.md#v050)
3+
- Add new `etag` attribute to `Role` model class
4+
15
## Release (2025-11-14)
26
- `cdn`:
37
- [v2.1.0](services/cdn/CHANGELOG.md#v210)

services/authorization/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.5.0
2+
- Add new `etag` attribute to `Role` model class
3+
14
## v0.4.1
25
- **Bugfix:** Prevent year 0 timestamp issue
36

services/authorization/pyproject.toml

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

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

0 commit comments

Comments
 (0)