Skip to content

Commit 83a6622

Browse files
committed
add changelog entries
1 parent f6b5d57 commit 83a6622

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
@@ -5,6 +5,8 @@
55
- **Feature:** Add response `IntakeRunnerResponse` to `UpdateIntakeRunnerExecute` request
66
- **Feature:** Add response `IntakeUserResponse` to `UpdateIntakeUserExecute` request
77
- `stackitmarketplace`:
8+
- [v1.14.0](services/stackitmarketplace/CHANGELOG.md#v1140)
9+
- **Feature:** Add `has_private_plan_option` attribute to `CatalogProductDetail` model class
810
- [v1.13.0](services/stackitmarketplace/CHANGELOG.md#v1130)
911
- **Feature:** Add `has_demo` attribute to `CatalogProductDetail` model class
1012
- [v1.12.0](services/stackitmarketplace/CHANGELOG.md#v1120)

services/stackitmarketplace/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.14.0
2+
- **Feature:** Add `has_private_plan_option` attribute to `CatalogProductDetail` model class
3+
14
## v1.13.0
25
- **Feature:** Add `has_demo` attribute to `CatalogProductDetail` model class
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.13.0"
6+
version = "v1.14.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)