Skip to content

Commit e098320

Browse files
committed
add changelog entries
1 parent c7b4890 commit e098320

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
@@ -2,6 +2,8 @@
22
- `core`: [v0.3.0](core/CHANGELOG.md#v030)
33
- **Feature:** New exception types for better error handling
44
- `AuthenticationException`: New exception for authentication-related failures (token generation, refresh, validation)
5+
- `resourcemanager`: [v0.3.0](services/resourcemanager/CHANGELOG.md#v030)
6+
- **Feature:** Add `ContainerSearchResult` model class for container search functionality
57

68
## Release (2025-09-30)
79
- `core`: [v0.2.0](core/CHANGELOG.md#v020)

services/resourcemanager/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.0
2+
- **Feature:** Add `ContainerSearchResult` model class for container search functionality
3+
14
## v0.2.0
25
- **Feature:** Support for passing custom OkHttpClient objects
36
- `ApiClient`

services/resourcemanager/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

0 commit comments

Comments
 (0)