diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a530b8c..b257e5650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Next] +## [4.2.0-beta3] - 2018-08-21 ### Fixed - Fix push notifications not working @@ -507,7 +507,7 @@ - Fix draft saving on incoming message (#448) - Fix crash during sync (#454) -[Next]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta2...HEAD +[4.2.0-beta3]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta2...v4.2.0-beta3 [4.2.0-beta2]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta1...v4.2.0-beta2 [4.2.0-beta1]: https://github.com/kontalk/androidclient/compare/v4.1.6...v4.2.0-beta1 [4.1.6]: https://github.com/kontalk/androidclient/compare/v4.1.5...v4.1.6 diff --git a/build.gradle b/build.gradle index 4c6cef91d..d41b80e8c 100644 --- a/build.gradle +++ b/build.gradle @@ -29,8 +29,8 @@ allprojects { evaluationDependsOn ":client-common-java" ext { applicationId = 'org.kontalk' - versionCode = 397 - versionName = '4.2.0-beta2-next' + versionCode = 399 + versionName = '4.2.0-beta3' minSdkVersion = 15 targetSdkVersion = 23 compileSdkVersion = 27