Skip to content

Commit 4c21880

Browse files
committed
Update CHANGELOG.md and pyproject.toml
1 parent a6dfcbd commit 4c21880

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

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

811
## Release (2025-06-03)
912

services/stackitmarketplace/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.2.0 (2025-06-06)
2+
- **Fix:** Fixed types for `VendorId`, `ProjectId`, `OrganizationId` and `SubscriptionId`
3+
14
## v1.1.3 (2025-06-02)
25
- **Feature:** Added `industries` to `CatalogProductDetail`
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.1.3"
6+
version = "v1.2.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)