We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cae8ec commit ffdaf45Copy full SHA for ffdaf45
CHANGELOG.md
@@ -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
+
5
## Release (2025-11-14)
6
- `cdn`:
7
- [v2.1.0](services/cdn/CHANGELOG.md#v210)
services/authorization/CHANGELOG.md
@@ -1,3 +1,6 @@
+## v0.5.0
+- Add new `etag` attribute to `Role` model class
## v0.4.1
- **Bugfix:** Prevent year 0 timestamp issue
services/authorization/pyproject.toml
@@ -3,7 +3,7 @@ name = "stackit-authorization"
[tool.poetry]
name = "stackit-authorization"
-version = "v0.4.1"
+version = "v0.5.0"
authors = [
8
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
9
]
0 commit comments