diff --git a/CHANGELOG.md b/CHANGELOG.md index fd07c4f..b680681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +[7.6.5] - 25.09.2023 updated Discord link [7.6.4] -04.09.2023 fixed the throwing of a StateError that was previously thrown as String [7.6.3] -04.09.2023 push new version because pub didn't list this one [7.6.2] -31.08.2023 fix linter error diff --git a/pubspec.yaml b/pubspec.yaml index ce72615..da6da1d 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: 7.6.4 +version: 7.6.5 maintainer: Thomas Burkhart (@escamoteur) homepage: https://github.com/fluttercommunity/get_it