diff --git a/Changelog.md b/Changelog.md index bcfe6e89..8fce47a9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## v0.12-alpha + +* Implemented AddEventPage +* Fix Blogs: search now shows when there are no more posts to show +* Creating Events is now working + ## v0.11-alpha * Implemented ComplaintsPage, ComplaintPage diff --git a/pubspec.yaml b/pubspec.yaml index c98518d3..1d413d23 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: 0.11.0+13 +version: 0.12.0+14 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"