Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
- `redis`: [v0.24.1](services/redis/CHANGELOG.md#v0241-2025-06-04)
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
- `resourcemanager`: [v0.15.1](services/resourcemanager/CHANGELOG.md#v0151-2025-06-04)
- `resourcemanager`:
- [v0.16.0](services/resourcemanager/CHANGELOG.md#v0160-2025-06-04)
- **Feature:** Delete Organization labels using the new method `DeleteOrganizationLabels`
- **Feature:** Delete Project labels using the new method `DeleteProjectLabels`
- **Feature:** List folders using the new method `ListFolders`
- **Feature:** Partial Update Organization using the new method `PartialUpdateOrganization`
- [v0.15.1](services/resourcemanager/CHANGELOG.md#v0151-2025-06-04)
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
- `runcommand`: [v1.2.1](services/runcommand/CHANGELOG.md#v121-2025-06-04)
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
Expand Down
6 changes: 6 additions & 0 deletions services/resourcemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.16.0 (2025-06-04)
- **Feature:** Delete Organization labels using the new method `DeleteOrganizationLabels`
- **Feature:** Delete Project labels using the new method `DeleteProjectLabels`
- **Feature:** List folders using the new method `ListFolders`
- **Feature:** Partial Update Organization using the new method `PartialUpdateOrganization`

## v0.15.1 (2025-06-04)
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums

Expand Down
Loading
Loading