Skip to content

Commit 793582e

Browse files
committed
Update CHANGELOG.md and pyproject.toml
1 parent 548b75e commit 793582e

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

1013

1114
## 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 <[email protected]>",
99
]

0 commit comments

Comments
 (0)