From 876a0828c245f5a581e5cd88324abef148acc254 Mon Sep 17 00:00:00 2001 From: Rene Floor Date: Fri, 25 Nov 2022 15:46:21 +0100 Subject: [PATCH] versioning and changelog --- cached_network_image/CHANGELOG.md | 3 +++ .../example/android/app/src/main/AndroidManifest.xml | 1 + cached_network_image/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cached_network_image/CHANGELOG.md b/cached_network_image/CHANGELOG.md index f4f775f4..f9e93d6c 100644 --- a/cached_network_image/CHANGELOG.md +++ b/cached_network_image/CHANGELOG.md @@ -1,3 +1,6 @@ +## [3.2.3] - 2022-11-25 +* Correctly dispose image stream handler + ## [3.2.2] - 2022-08-31 * loadBuffer is added and used instead of load diff --git a/cached_network_image/example/android/app/src/main/AndroidManifest.xml b/cached_network_image/example/android/app/src/main/AndroidManifest.xml index 9991c9e2..4f487c41 100644 --- a/cached_network_image/example/android/app/src/main/AndroidManifest.xml +++ b/cached_network_image/example/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ + diff --git a/cached_network_image/pubspec.yaml b/cached_network_image/pubspec.yaml index 479c5bc7..2112d2e0 100644 --- a/cached_network_image/pubspec.yaml +++ b/cached_network_image/pubspec.yaml @@ -2,7 +2,7 @@ name: cached_network_image description: Flutter library to load and cache network images. Can also be used with placeholder and error widgets. homepage: https://github.com/Baseflow/flutter_cached_network_image -version: 3.2.2 +version: 3.2.3 dependencies: flutter: