Skip to content

Commit e2b441d

Browse files
committed
add changelog entries
1 parent d9004db commit e2b441d

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.14.0](services/stackitmarketplace/CHANGELOG.md#v1140)
7+
- **Feature:** Add `has_private_plan_option` attribute to `CatalogProductDetail` model class
68
- [v1.13.0](services/stackitmarketplace/CHANGELOG.md#v1130)
79
- **Feature:** Add `has_demo` attribute to `CatalogProductDetail` model class
810
- [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)