diff --git a/CHANGES.md b/CHANGES.md index bb6025513..01489f540 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# Unreleased +# 1.2.3 (2016-11-22) - [FIXED] Incorrect message output from parameter `null` or empty checks. - [FIXED] Issue where replications would error if the server returned missing revisions. - [UPGRADED] Upgraded to version 2.7.0 of the `cloudant-http` library. diff --git a/build.gradle b/build.gradle index 7b025ae80..40cc34b4a 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply from: 'AndroidExec.gradle' allprojects { group = 'com.cloudant' - version = '1.1.3-SNAPSHOT' + version = '1.1.3' description = """cloudant-sync""" //if the version says "snapshot" anywhere assume it is not a release ext.isReleaseVersion = !version.toUpperCase(Locale.ENGLISH).contains("SNAPSHOT")