From fa042b5b5fc593015a0405d63166e2b87b3c8cb2 Mon Sep 17 00:00:00 2001 From: Brendan Duncan Date: Wed, 18 Dec 2024 22:02:26 -0700 Subject: [PATCH] 4.5.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d82786..1c4bc8b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.5.1 - December 18, 2024 + +- Make image library compatible with archive 3.x + ## 4.5.0 - December 14, 2024 - Fix gif animation decoder diff --git a/pubspec.yaml b/pubspec.yaml index dda7547b..935bc7d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: image -version: 4.5.0 +version: 4.5.1 description: >- Dart Image Library provides server and web apps the ability to load, manipulate, and save images with various image file formats.