diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b2e90..ae72bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.2.3] - 2020-01-04 +### Changes +- Add animation to Heart when liking a post +- add user's post to their own feed +- add logout button to edit profile page +- tabs now keep state after switching pages, improves overall ux +- Code clean up +- Dependency bumps +- Fixed bugs + - remove width constraint on follow button + - feed now loads after username selection + - fix duplicate username screens on first google signin + - fixed error on open + removed useless code + - Set maxWidth and maxHeight on pickImage() + - added missing keys + + ## [1.2.2] - 2018-11-07 ### Changes - New - Location suggestions on upload page diff --git a/android/app/build.gradle b/android/app/build.gradle index 00ccf11..3c33daa 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -27,7 +27,7 @@ android { minSdkVersion 21 targetSdkVersion 27 versionCode 1 - versionName "1.2.2" + versionName "1.2.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true } diff --git a/app-release.apk b/app-release.apk index d7b2c74..07424b7 100644 Binary files a/app-release.apk and b/app-release.apk differ diff --git a/pubspec.yaml b/pubspec.yaml index 783ca4c..25a79d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,6 @@ name: Fluttergram description: A new Flutter application. +version: 1.2.3+1 dependencies: flutter: