Skip to content

Commit 8e545db

Browse files
committed
add changelog entries
1 parent 51097f1 commit 8e545db

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
@@ -1,4 +1,6 @@
11
## Release (2025-xx-xx)
2+
- `authorization`: [v0.4.0](services/authorization/CHANGELOG.md#v040)
3+
- **Feature**: Add support for assignable subjects
24
- `intake`: [v0.2.0](services/intake/CHANGELOG.md#v020)
35
- **Feature:** Add response `IntakeRunnerResponse` to `UpdateIntakeRunnerExecute` request
46
- **Feature:** Add response `IntakeUserResponse` to `UpdateIntakeUserExecute` request

services/authorization/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.0
2+
- **Feature**: Add support for assignable subjects
3+
14
## v0.3.0
25
- **Version**: Minimal version is now python 3.9
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.3.0"
6+
version = "v0.4.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)