Skip to content

Commit bad2e3f

Browse files
committed
fix changelog
1 parent fabac6b commit bad2e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
- Marked `KeyFlowInterceptor` class as deprecated, use `KeyFlowAuthenticator` instead
99
- Marked `SetupAuth` constructors and methods `SetupAuth.init()` and `SetupAuth.getAuthHandler()` as deprecated
1010
- all other methods of `SetupAuth` are marked as `static` now, only these will remain in the future
11-
- `iaas`: [v0.2.0](iaas/CHANGELOG.md#v020)
11+
- `iaas`: [v0.2.0](services/iaas/CHANGELOG.md#v020)
1212
- **Feature:** Support for passing custom OkHttpClient objects
1313
- `ApiClient`
1414
- Added constructors with `OkHttpClient` param (recommended for production use)
1515
- Use new `KeyFlowAuthenticator` `okhttp3.Authenticator` implementation instead of request interceptor for authentication
1616
- `DefaultApi`: Added constructors with `OkHttpClient` param (recommended for production use)
1717
- `IaasApi`: Added constructors with `OkHttpClient` param (recommended for production use)
18-
- `resourcemanager`: [v0.2.0](resourcemanager/CHANGELOG.md#v020)
18+
- `resourcemanager`: [v0.2.0](services/resourcemanager/CHANGELOG.md#v020)
1919
- **Feature:** Support for passing custom OkHttpClient objects
2020
- `ApiClient`
2121
- Added constructors with `OkHttpClient` param (recommended for production use)

0 commit comments

Comments
 (0)