diff --git a/Changelog.md b/Changelog.md index cc0488ad..8f9c5e32 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,11 +2,15 @@ ## Unreleased +* Nothing here yet (https://github.com/tastelessjolt/instiapp-flutter/projects/1) + +## v1.7-beta + * Now, you can react to news post * Decrease thumbnail size to 100px to fix jank -* Fix All Complaints list so that it fetches the list in part * Fix inconsistent markdown/html rendering all throughout the app * Fix go to top button on iOS +* Fix All Complaints list so that it fetches the list in part ## v1.6-beta diff --git a/pubspec.yaml b/pubspec.yaml index 8ea86823..413ee7d3 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.6.0 +version: 1.7.0 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"