Skip to content

Commit 56f6ef9

Browse files
committed
update CHANGELOG.md
1 parent 5878460 commit 56f6ef9

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Release (2025-xx-xx)
2+
- `intake`: [v0.2.0](services/intake/CHANGELOG.md#v020)
3+
- **Feature:** Add response `IntakeRunnerResponse` to `UpdateIntakeRunnerExecute` request
4+
- **Feature:** Add response `IntakeUserResponse` to `UpdateIntakeUserExecute` request
25
- `stackitmarketplace`:
36
- [v1.11.0](services/stackitmarketplace/CHANGELOG.md#v1110)
47
- **Feature:** Add new field `DemoUrl` to `CatalogProductDetail` model

services/intake/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.0
2+
- **Feature:** Add response `IntakeRunnerResponse` to `UpdateIntakeRunnerExecute` request
3+
- **Feature:** Add response `IntakeUserResponse` to `UpdateIntakeUserExecute` request
4+
15
## v0.1.2
26
- **Feature:** Add new field `partitioning` to `IntakeCatalog` model
37

services/intake/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-intake"
33

44
[tool.poetry]
55
name = "stackit-intake"
6-
version = "v0.1.2"
6+
version = "v0.2.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)