Skip to content

Commit a501414

Browse files
committed
Update CHANGELOG.md and pyproject.toml
1 parent 0784861 commit a501414

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
@@ -6,8 +6,11 @@
66
- **Feature:** Delete Project labels using the new method `DeleteProjectLabels`
77
- **Feature:** List folders using the new method `ListFolders`
88
- **Feature:** Partial Update Organization using the new method `PartialUpdateOrganization`
9-
- `stackitmarketplace`: [v1.2.0](services/stackitmarketplace/CHANGELOG.md#v120-2025-06-06)
10-
- **Fix:** Fixed types for `VendorId`, `ProjectId`, `OrganizationId` and `SubscriptionId`
9+
- `stackitmarketplace`:
10+
- [v1.3.0](services/stackitmarketplace/CHANGELOG.md#v130-2025-06-10)
11+
- **Feature:** Add new field `facets` in `ListCatalogProductsResponse`
12+
- [v1.2.0](services/stackitmarketplace/CHANGELOG.md#v120-2025-06-06)
13+
- **Fix:** Fixed types for `VendorId`, `ProjectId`, `OrganizationId` and `SubscriptionId`
1114

1215

1316
## Release (2025-06-03)

services/stackitmarketplace/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# v1.2.0 (2025-06-06)
1+
## v1.3.0 (2025-06-10)
2+
- **Feature:** Add new field `facets` in `ListCatalogProductsResponse`
3+
4+
## v1.2.0 (2025-06-06)
25
- **Fix:** Fixed types for `VendorId`, `ProjectId`, `OrganizationId` and `SubscriptionId`
36

47
## v1.1.3 (2025-06-02)

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.2.0"
6+
version = "v1.3.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)