diff --git a/CHANGELOG.md b/CHANGELOG.md index 5633ef8..d6a4748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.6.0 + +- Fix images not loading. +- Bottom bar redesign. +- Show image attribution in the bottom bar. + # 0.5.0 - A new widget: Date & Time with support for custom date and time formats. diff --git a/pubspec.yaml b/pubspec.yaml index aca29eb..80502e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A beautiful new tab for your browser built with love in Flutter. publish_to: 'none' -version: 0.5.0 +version: 0.6.0 environment: sdk: '>=3.4.0 <4.0.0'