diff --git a/CHANGELOG.md b/CHANGELOG.md index f22c340c..07856827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# **v0.5.0** : + +- *Features* : + - Can now set a theme + - Display of the app info +- *Fix* : + - Final properties set two times made the app crash +- *UI* : + - Whole new design identity + - Use of Material 3 + +*** # **v0.0.1** : - Initial release for testing purposes diff --git a/pubspec.yaml b/pubspec.yaml index ef832acb..d06540b5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Mobile app to get the closing and opening schedules of the Chaban D publish_to: 'none' -version: 0.0.1 +version: 0.5.0 environment: sdk: ">=2.17.6 <3.0.0" @@ -40,6 +40,7 @@ flutter: uses-material-design: true assets: - assets/images/chabo_icon.png + - CHANGELOG.md flutter_icons: android: true