Skip to content

Commit 88734b7

Browse files
committed
Add changelog
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent b71f67a commit 88734b7

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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.

services/stackitmarketplace/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-stackitmarketplace"
33

44
[tool.poetry]
55
name = "stackit-stackitmarketplace"
6-
version = "v0.1.0"
6+
version = "v0.2.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)