diff --git a/Changelog.md b/Changelog.md index 850791d3..807dfdb3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,16 @@ ## Unreleased -* Nothing here +## v1.5-beta + +* Calendar switch to heatmap of events +* Fix navDrawer selected tile +* Notifications on Android working +* Option to hide user's contact number on profile +* LoginPage made more expressive +* \[iOS\] rename bundle id to `app.insti.ios` +* Fix status bar, navigation bar colors on both OS +* SettingsPage options made more verbose ## v1.4-beta diff --git a/pubspec.yaml b/pubspec.yaml index 7c052f7d..a8d71ece 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: Flutter App for Indian Institute of Technology, Bombay # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 1.4+21 +version: 1.5+22 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"