File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
services/stackitmarketplace Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Release (2025-XX-XX)
2
2
- ` authorization ` : [ v0.2.4] ( services/authorization/CHANGELOG.md#v024-2025-05-13 )
3
3
- ** Bugfix:** Updated regex validator
4
- - ` stackitmarketplace ` : [ v1.1.0] ( services/stackitmarketplace/CHANGELOG.md#v110-2025-05-13 )
5
- - ** Breaking Change:** Added organization id to ` VendorSubscription `
4
+ - ` stackitmarketplace ` :
5
+ - [ v1.1.1] ( services/stackitmarketplace/CHANGELOG.md#v111-2025-05-14 )
6
+ - ** Feature** : Added new method ` vendors_subscriptions_reject `
7
+ - [ v1.1.0] ( services/stackitmarketplace/CHANGELOG.md#v110-2025-05-13 )
8
+ - ** Breaking Change:** Added organization id to ` VendorSubscription `
6
9
- ` ske ` : [ v0.4.2] ( services/ske/CHANGELOG.md#v042-2025-05-13 )
7
10
- ** Feature:** Added ` ClusterError `
8
11
Original file line number Diff line number Diff line change
1
+ ## v1.1.1 (2025-05-14)
2
+ - ** Feature** : Added new method ` vendors_subscriptions_reject `
3
+
1
4
## v1.1.0 (2025-05-13)
2
5
- ** Breaking Change:** Added organization id to ` VendorSubscription `
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.1.0 "
6
+ version = " v1.1.1 "
7
7
authors = [
8
8
" STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
9
9
]
You can’t perform that action at this time.
0 commit comments