Skip to content

Commit 096e706

Browse files
committed
update CHANGELOG.md and pyproject.toml
1 parent 99572c3 commit 096e706

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
@@ -23,6 +23,8 @@
2323
- `git`: [v0.4.0](services/git/CHANGELOG.md#v040)
2424
- **Version**: Minimal version is now python 3.9
2525
- `iaas`:
26+
- [v0.8.0](services/iaas/CHANGELOG.md#v080)
27+
- **Feature:** Add new method to get project details `GetProjectDetails`
2628
- [v0.7.0](services/iaas/CHANGELOG.md#v070)
2729
- **Docs:** Improved descriptions of properties in structs with their possible values
2830
- **Feature:** Add `Agent` field to `CreateImagePayload`, `UpdateImagePayload` and `Image` model

services/iaas/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.8.0
2+
- **Feature:** Add new method to get project details `GetProjectDetails`
3+
14
## v0.7.0
25
- **Docs:** Improved descriptions of properties in structs with their possible values
36
- **Feature:** Add `Agent` field to `CreateImagePayload`, `UpdateImagePayload` and `Image` model

services/iaas/pyproject.toml

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

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

0 commit comments

Comments
 (0)