Skip to content

Commit 6d6032d

Browse files
committed
update changelogs and version
1 parent f367752 commit 6d6032d

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Release (2025-xx-xx)
2+
- `core`: [v0.3.0](core/CHANGELOG.md#v030)
3+
- **Feature:** New exception types for better error handling
4+
- `AuthenticationException`: New exception for authentication-related failures (token generation, refresh, validation)
5+
- `SdkException`: New exception for general SDK operation failures (API calls, network issues)
6+
17
## Release (2025-09-30)
28
- `core`: [v0.2.0](core/CHANGELOG.md#v020)
39
- **Feature:** Support for passing custom OkHttpClient objects

core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.3.0
2+
- **Feature:** New exception types for better error handling
3+
- `AuthenticationException`: New exception for authentication-related failures (token generation, refresh, validation)
4+
- `SdkException`: New exception for general SDK operation failures (API calls, network issues)
5+
16
## v0.2.0
27
- **Feature:** Support for passing custom OkHttpClient objects
38
- `KeyFlowAuthenticator`: Add new constructors with an `OkHttpClientParam`

core/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)