diff --git a/dio/CHANGELOG.md b/dio/CHANGELOG.md index 8c78449e8..2b9bdf6ce 100644 --- a/dio/CHANGELOG.md +++ b/dio/CHANGELOG.md @@ -5,6 +5,10 @@ See the [Migration Guide][] for the complete breaking changes list.** ## Unreleased +*None.* + +## 5.2.0 + - Make `LogInterceptor` prints in DEBUG mode (when the assertion is enabled) by default. - Deprecate `DioError` in favor of `DioException`. - Fix `IOHttpClientAdapter.onHttpClientCreate` Repeated calls diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index 92fb5d8c8..9dde8947e 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -9,7 +9,7 @@ description: | homepage: https://github.com/cfug/dio repository: https://github.com/cfug/dio/blob/main/dio issue_tracker: https://github.com/cfug/dio/issues -version: 5.1.2 +version: 5.2.0 environment: sdk: '>=2.15.0 <3.0.0'