Skip to content

Commit 2557c45

Browse files
committed
Add changelog and update service
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 84d661c commit 2557c45

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Release (2025-XX-XX)
22

3+
- `authorization`: [v0.2.2](services/authorization/CHANGELOG.md#v022-2025-01-21)
4+
- **Bugfix:** Revert back to global URL configuration
35
- `sqlserverflex`: [v0.3.0](services/sqlserverflex/CHANGELOG.md#v030-2025-01-21)
46
- **Breaking change**: Delete endpoint made private.
57
- `mongodbflex`: [v0.3.0](services/mongodbflex/CHANGELOG.md#v030-2025-01-21)

services/authorization/CHANGELOG.md

+4
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

+1-1
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)