diff --git a/CHANGELOG.md b/CHANGELOG.md index ba237c7..ed4271e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ Subsequently, the date entry follows **YYYY-MM-DD** format in accordance with th This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.6.1] (2023-05-03) + +- **Fixed** + - Fix: Library not compatible with flutter 3.16.0 - incorrect type definition + ## [v0.6.0] (2023-08-30) - **Add** diff --git a/README.md b/README.md index fc045a8..e3f2cd6 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Add this to your package's `pubspec.yaml` file: ```yaml dev_dependencies: - http_mock_adapter: ^0.6.0 + http_mock_adapter: ^0.6.1 ``` #### Install it diff --git a/pubspec.yaml b/pubspec.yaml index 9a26d33..738929b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: http_mock_adapter description: A simple to use mocking package for Dio intended to be used in tests. It provides various types and methods to declaratively mock request-response communication. -version: 0.6.0 +version: 0.6.1 homepage: https://github.com/lomsa-dev/http-mock-adapter repository: https://github.com/lomsa-dev/http-mock-adapter issue_tracker: https://github.com/lomsa-dev/http-mock-adapter/issues