Skip to content

Commit 73faa11

Browse files
committed
update CHANGELOG.md
1 parent bcc2f76 commit 73faa11

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Release (2025-xx-xx)
2-
- `stackitmarketplace`: [v1.10.0](services/stackitmarketplace/CHANGELOG.md#v1100)
3-
- **Feature:** Added `PlanId` to `CatalogProductPricingOption`and `SubscriptionProduct`
2+
- `stackitmarketplace`:
3+
- [v1.11.0](services/stackitmarketplace/CHANGELOG.md#v1110)
4+
- **Feature:** Add new field `DemoUrl` to `CatalogProductDetail` model
5+
- [v1.10.0](services/stackitmarketplace/CHANGELOG.md#v1100)
6+
- **Feature:** Added `PlanId` to `CatalogProductPricingOption` and `SubscriptionProduct`
47

58
## Release (2025-09-11)
69
- `cdn`: [v1.6.0](services/cdn/CHANGELOG.md#v160)

services/stackitmarketplace/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## v1.11.0
2+
- **Feature:** Add new field `DemoUrl` to `CatalogProductDetail` model
3+
14
## v1.10.0
2-
- **Feature:** Added `PlanId` to `CatalogProductPricingOption`and `SubscriptionProduct`
5+
- **Feature:** Added `PlanId` to `CatalogProductPricingOption` and `SubscriptionProduct`
36

47
## v1.9.0
58
- **Feature:** Added `RequestPrivatePlan` to `InquiriesCreateInquiryPayload`

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

0 commit comments

Comments
 (0)