Skip to content

Commit aa0c537

Browse files
committed
Update CHANGELOG.md and pyproject.toml
1 parent 5fa18cf commit aa0c537

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Release (2025-XX-YY)
2+
- `resourcemanager`: [v0.5.0](services/resourcemanager/CHANGELOG.md#v050-2025-06-04)
3+
- **Feature:** Delete Organization labels using the new method `DeleteOrganizationLabels`
4+
- **Feature:** Delete Project labels using the new method `DeleteProjectLabels`
5+
- **Feature:** List folders using the new method `ListFolders`
6+
- **Feature:** Partial Update Organization using the new method `PartialUpdateOrganization`
7+
18
## Release (2025-06-03)
29

310
- `loadbalancer`: [v0.2.4](services/loadbalancer/CHANGELOG.md#v024-2025-06-02)

services/resourcemanager/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.5.0 (2025-06-04)
2+
- **Feature:** Delete Organization labels using the new method `DeleteOrganizationLabels`
3+
- **Feature:** Delete Project labels using the new method `DeleteProjectLabels`
4+
- **Feature:** List folders using the new method `ListFolders`
5+
- **Feature:** Partial Update Organization using the new method `PartialUpdateOrganization`
6+
17
## v0.4.0 (2025-05-14)
28
- **Breaking change:** Fields `ContainerParentId` and `ParentId` are no longer required in `ParentListInner`
39

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.4.0"
6+
version = "v0.5.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)