File tree 6 files changed +19
-2
lines changed
6 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Release (2025-XX-XX)
2
+ - ` authorization ` : [ v0.2.4] ( services/authorization/CHANGELOG.md#v024-2025-05-13 )
3
+ - ** Bugifx:** Updated regex validator
4
+ - ` stackitmarketplace ` : [ v1.1.0] ( services/stackitmarketplace/CHANGELOG.md#v110-2025-05-13 )
5
+ - ** Breaking Change:** Added organization id to ` VendorSubscription `
6
+ - ` ske ` : [ v0.4.2] ( services/ske/CHANGELOG.md#v042-2025-05-13 )
7
+ - ** Feature:** Added ` ClusterError `
8
+
1
9
## Release (2025-05-09)
2
10
- ` stackitmarketplace ` :
3
11
- [ v1.0.1] ( services/stackitmarketplace/CHANGELOG.md#v101-2025-05-09 )
Original file line number Diff line number Diff line change
1
+ ## v0.2.4 (2025-05-13)
2
+ - ** Bugifx:** Updated regex validator
3
+
1
4
## v0.2.3 (2025-05-09)
2
5
- ** Feature:** Update user-agent header
3
6
Original file line number Diff line number Diff line change
1
+ ## v0.4.2 (2025-05-13)
2
+ - ** Feature:** Added ` ClusterError `
3
+
1
4
## v0.4.1 (2025-05-09)
2
5
- ** Feature:** Update user-agent header
3
6
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-ske"
3
3
4
4
[tool .poetry ]
5
5
name = " stackit-ske"
6
- version = " v0.4.1 "
6
+ version = " v0.4.2 "
7
7
authors = [
8
8
" STACKIT Developer Tools <[email protected] >" ,
9
9
]
Original file line number Diff line number Diff line change
1
+ ## v1.1.0 (2025-05-13)
2
+ - ** Breaking Change:** Added organization id to ` VendorSubscription `
3
+
1
4
## v1.0.1 (2025-05-09)
2
5
- ** Feature:** Update user-agent header
3
6
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-stackitmarketplace"
3
3
4
4
[tool .poetry ]
5
5
name = " stackit-stackitmarketplace"
6
- version = " v1.0.1 "
6
+ version = " v1.1.0 "
7
7
authors = [
8
8
" STACKIT Developer Tools <[email protected] >" ,
9
9
]
You can’t perform that action at this time.
0 commit comments