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.