File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
services/stackitmarketplace Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11## Release (2025-XX-XX)
22
3+ - ` stackitmarketplace ` : [ v0.2.0] ( services/stackitmarketplace/CHANGELOG.md#v020-2025-03-05 )
4+ - ** Feature:** Add method to create inquiries: ` InquiriesCreateInquiry `
5+ - ** Feature:** Add ` sort ` property to ` ApiListCatalogProductsRequest `
6+ - ** Feature:** Add payload ` ApproveSubscriptionPayload ` for ` ApiApproveSubscriptionRequest `
37- ` objectstorage ` : [ v1.0.1] ( services/objectstorage/CHANGELOG.md#v101-2025-02-26 )
48 - New value ` eu02 ` in region enum
59- ` postgresflex ` : [ v1.0.0] ( services/postgresflex/CHANGELOG.md#v100-2025-02-27 )
Original file line number Diff line number Diff line change 1+ ## v0.2.0 (2025-03-05)
2+
3+ - ** Feature:** Add method to create inquiries: ` InquiriesCreateInquiry `
4+ - ** Feature:** Add ` sort ` property to ` ApiListCatalogProductsRequest `
5+ - ** Feature:** Add payload ` ApproveSubscriptionPayload ` for ` ApiApproveSubscriptionRequest `
6+
17## v0.1.0 (2025-01-13)
28
39- ** New** : STACKIT Marketplace module can be used to manage the STACKIT Marketplace.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-stackitmarketplace"
33
44[tool .poetry ]
55name = " stackit-stackitmarketplace"
6- version = " v0.1 .0"
6+ version = " v0.2 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments