File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Release (2025-XX-XX)
2
2
3
+ - ` authorization ` : [ v0.2.2] ( services/authorization/CHANGELOG.md#v022-2025-01-21 )
4
+ - ** Bugfix:** Revert back to global URL configuration
3
5
- ` sqlserverflex ` : [ v0.3.0] ( services/sqlserverflex/CHANGELOG.md#v030-2025-01-21 )
4
6
- ** Breaking change** : Delete endpoint made private.
5
7
- ` mongodbflex ` : [ v0.3.0] ( services/mongodbflex/CHANGELOG.md#v030-2025-01-21 )
Original file line number Diff line number Diff line change
1
+ ## v0.2.2 (2025-01-21)
2
+
3
+ - ** Bugfix:** Revert back to global URL configuration
4
+
1
5
## v0.2.1 (2025-01-14)
2
6
3
7
- ** Bugfix** : ` configuration.py ` region adjustment was missing
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-authorization"
3
3
4
4
[tool .poetry ]
5
5
name = " stackit-authorization"
6
- version = " v0.2.1 "
6
+ version = " v0.2.2 "
7
7
authors = [
8
8
" STACKIT Developer Tools <[email protected] >" ,
9
9
]
You can’t perform that action at this time.
0 commit comments