diff --git a/CHANGELOG.md b/CHANGELOG.md index df1c2d2af..a25d9fe2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Wikimedia Commons for Android +## v2.6.5 beta +- Changed "send log" feature to only send logs to private Google group forum +- Switched to using Wikimedia maps server instead of Mapbox for privacy reasons +- Removed event logging from app for privacy reasons +- Fixed crash caused by rapidly switching from Nearby map to list while loading + ## v2.6.4 beta - Excluded httpclient and commons-logging to fix release build errors - Fixed crashes caused by Fresco and Dagger diff --git a/app/build.gradle b/app/build.gradle index d9cd7a7c5..184e756ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,8 +83,8 @@ android { defaultConfig { applicationId 'fr.free.nrw.commons' - versionCode 79 - versionName '2.6.4' + versionCode 80 + versionName '2.6.5' setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) minSdkVersion project.minSdkVersion