diff --git a/CHANGELOG.md b/CHANGELOG.md index 863fbe4..0a13e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.2] - 2024-08-19 + ### Changed - Bump up dependencies — diff --git a/pubspec.yaml b/pubspec.yaml index ae99370..86ac6cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: json_cache description: An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them. -version: 3.0.1 +version: 3.0.2 homepage: https://dartoos.dev repository: https://github.com/dartoos-dev/json_cache