diff --git a/CHANGELOG.md b/CHANGELOG.md index 76de789..03c6078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## [8.0.0] official new release with all the changes ## [8.0.0-pre-7] - 12.08.2024 * adding cachedFatories and better scope protection against race conditions ## [8.0.0-pre-6] - 11.08.2024 testing weak references in lazySingeltons diff --git a/pubspec.yaml b/pubspec.yaml index 4c80d7b..a360dc9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: get_it description: Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App" -version: 8.0.0-pre-7 +version: 8.0.0 maintainer: Thomas Burkhart (@escamoteur) homepage: https://github.com/fluttercommunity/get_it funding: