From 5a9def2eb3b9a972e86825fa710981656921184d Mon Sep 17 00:00:00 2001 From: Thomas Burkhart Date: Wed, 30 Oct 2024 10:23:31 +0100 Subject: [PATCH] V8.0.2 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4d0f9..2a7645a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [8.0.2] + +* Fixes by @kuhnroyal and @ArtAhmetajCR who spotted some flaws in my latest changes. Thanks a lot + ## [8.0.1] * Bugfixes and improvements for certain edge cases thanks to @KnightOfBlackLily and @kuhnroyal diff --git a/pubspec.yaml b/pubspec.yaml index 0bf7aef..c15ce61 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.1 +version: 8.0.2 maintainer: Thomas Burkhart (@escamoteur) homepage: https://github.com/fluttercommunity/get_it funding: