diff --git a/CDTDatastore.podspec b/CDTDatastore.podspec index eba0c5ebb..081ab82a6 100644 --- a/CDTDatastore.podspec +++ b/CDTDatastore.podspec @@ -14,7 +14,7 @@ EOT Pod::Spec.new do |s| s.name = "CDTDatastore" - s.version = "1.2.0" + s.version = "1.2.1" s.summary = "CDTDatastore is a document datastore which syncs." s.description = <<-DESC CDTDatastore is a JSON document datastore which speaks the diff --git a/CDTDatastore/Version.h b/CDTDatastore/Version.h index b4317ab1f..37d69a449 100644 --- a/CDTDatastore/Version.h +++ b/CDTDatastore/Version.h @@ -1 +1 @@ -#define CLOUDANT_SYNC_VERSION "1.2.1-SNAPSHOT" +#define CLOUDANT_SYNC_VERSION "1.2.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index 074326ad9..cc20500ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CDTDatastore CHANGELOG -## Unreleased +## 1.2.1 (2017-04-07) - [IMPROVED] Significant reduction in memory usage during large pull replications. - [FIXED] Issue querying indexed fields when combining the `$not` and `$size` operators.