Skip to content

Commit 859baa4

Browse files
committed
add changelog entries
1 parent bb2cf96 commit 859baa4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@
2525
- **Bugfix:** Prevent year 0 timestamp issue
2626
- `objectstorage`: [v1.2.1](services/objectstorage/CHANGELOG.md#v121)
2727
- **Bugfix:** Prevent year 0 timestamp issue
28-
- `resourcemanager`: [v0.6.1](services/resourcemanager/CHANGELOG.md#v061)
29-
- **Bugfix:** Prevent year 0 timestamp issue
28+
- `resourcemanager`:
29+
- [v0.7.0](services/resourcemanager/CHANGELOG.md#v070)
30+
- **Feature:** New model class `ContainerSearchResult`
31+
- [v0.6.1](services/resourcemanager/CHANGELOG.md#v061)
32+
- **Bugfix:** Prevent year 0 timestamp issue
3033
- `scf`: [v0.2.1](services/scf/CHANGELOG.md#v021)
3134
- **Bugfix:** Prevent year 0 timestamp issue
3235
- `serviceaccount`: [v0.4.2](services/serviceaccount/CHANGELOG.md#v042)

services/resourcemanager/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.7.0
2+
- **Feature:** New model class `ContainerSearchResult`
3+
14
## v0.6.1
25
- **Bugfix:** Prevent year 0 timestamp issue
36

services/resourcemanager/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-resourcemanager"
6-
version = "v0.6.1"
6+
version = "v0.7.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)