diff --git a/CHANGELOG.md b/CHANGELOG.md index a8016d4..ed4856f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.3.0] - 2020-09-07 +* Fixed bug when fitting placeholders or error widgets. +* BREAKING: Doesn't automatically center placeholders and error widgets anymore. + ## [0.2.1] - 2020-06-04 * Make whole widget, including placeholder and error widgets, adhere to the height and width set. diff --git a/pubspec.yaml b/pubspec.yaml index 975800c..d1eaae4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: octo_image description: A multifunctional Flutter image widget. Supports placeholders, error widgets and image transformers with fading. -version: 0.2.1 +version: 0.3.0 homepage: https://github.com/Baseflow/octo_image environment: