Skip to content

Commit a2e1611

Browse files
committed
Add changelog and update service
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 582e64e commit a2e1611

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release (2025-XX-XX)
2+
3+
- `authorization`: [v0.2.2](services/authorization/CHANGELOG.md#v022-2025-01-21)
4+
- **Bugfix:** Revert back to global URL configuration
5+
16
## Release (2025-01-16)
27

38
### Highlights

services/authorization/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.2 (2025-01-21)
2+
3+
- **Bugfix:** Revert back to global URL configuration
4+
15
## v0.2.1 (2025-01-14)
26

37
- **Bugfix**: `configuration.py` region adjustment was missing

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.2.1"
6+
version = "v0.2.2"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)