Skip to content

Commit 0b7516d

Browse files
committed
Add changelog
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent fa1f6e2 commit 0b7516d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Release (2025-xx-xx)
2+
- `stackitmarketplace`: [v1.10.0](services/stackitmarketplace/CHANGELOG.md#v1100)
3+
- **Feature:** Added `PlanId` to `CatalogProductPricingOption`and `SubscriptionProduct`
4+
15
## Release (2025-09-11)
26
- `cdn`: [v1.6.0](services/cdn/CHANGELOG.md#v160)
37
- **Feature:** Added Attribute `LogSink` to `ConfigPatch`

services/stackitmarketplace/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.10.0
2+
- **Feature:** Added `PlanId` to `CatalogProductPricingOption`and `SubscriptionProduct`
3+
14
## v1.9.0
25
- **Feature:** Added `RequestPrivatePlan` to `InquiriesCreateInquiryPayload`
36

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 = "v1.9.0"
6+
version = "v1.10.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)