Skip to content

Commit e5c37f4

Browse files
committed
update changelogs and version
1 parent aa0b45d commit e5c37f4

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
- **Feature:** Add response `IntakeRunnerResponse` to `UpdateIntakeRunnerExecute` request
44
- **Feature:** Add response `IntakeUserResponse` to `UpdateIntakeUserExecute` request
55
- `stackitmarketplace`:
6+
- [v1.12.0](services/stackitmarketplace/CHANGELOG.md#v1120)
7+
- **Breaking Change:** Change `logo` field type from `Union[StrictBytes, StrictStr]` to `StrictStr` in `CatalogProductDetail`, `CatalogProductDetailsVendor`, and `CatalogProductOverview` models
68
- [v1.11.0](services/stackitmarketplace/CHANGELOG.md#v1110)
79
- **Feature:** Add new field `DemoUrl` to `CatalogProductDetail` model
810
- [v1.10.0](services/stackitmarketplace/CHANGELOG.md#v1100)

services/stackitmarketplace/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.12.0
2+
- **Breaking Change:** Change `logo` field type from `Union[StrictBytes, StrictStr]` to `StrictStr` in `CatalogProductDetail`, `CatalogProductDetailsVendor`, and `CatalogProductOverview` models
3+
14
## v1.11.0
25
- **Feature:** Add new field `DemoUrl` to `CatalogProductDetail` model
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.11.0"
6+
version = "v1.12.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)