diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad40e0a..97d82786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.5.0 - December 14, 2024 + +- Fix gif animation decoder +- Add ConstColorRgba8, ConstColorRgb8 for const color creation. + ## 4.4.0 - December 12, 2024 - Upgrade to Archive 4.0 dependency diff --git a/pubspec.yaml b/pubspec.yaml index 20003ba8..dda7547b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: image -version: 4.4.0 +version: 4.5.0 description: >- Dart Image Library provides server and web apps the ability to load, manipulate, and save images with various image file formats.