diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3f8826ff..99c338935e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # Changelog for Open Event Android Being maintained since 0.8.x -#### 0.8.1 - next +#### 0.8.2 - next + +#### 0.8.1 - 0.8.2 + - add support for native RTL + - add App Notification Settings intent + - add Robolectric tests for DB operations + #### 0.8.0 - 0.8.1 - add missing track details in sessions view diff --git a/app/build.gradle b/app/build.gradle index 73c8059e35..1708e2410b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { applicationId "org.fossasia.openevent" minSdkVersion 15 targetSdkVersion 23 - versionCode 80 - versionName "0.8.1" + versionCode 82 + versionName "0.8.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" buildConfigField "String", "GIT_SHA", "\"${gitSha}\""