diff --git a/CDTDatastore.podspec b/CDTDatastore.podspec index a2f74c573..bcafa0fd2 100644 --- a/CDTDatastore.podspec +++ b/CDTDatastore.podspec @@ -14,7 +14,7 @@ EOT Pod::Spec.new do |s| s.name = "CDTDatastore" - s.version = "2.0.1" + s.version = "2.0.2" 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 6fe9e8f54..7efce060f 100644 --- a/CDTDatastore/Version.h +++ b/CDTDatastore/Version.h @@ -1 +1 @@ -#define CLOUDANT_SYNC_VERSION "2.0.2-SNAPSHOT" +#define CLOUDANT_SYNC_VERSION "2.0.2" diff --git a/CHANGELOG.md b/CHANGELOG.md index c20897a97..d120b5cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CDTDatastore CHANGELOG -## Unreleased +## 2.0.2 (2018-04-30) - [FIXED] Bug which prevented `find` queries from executing successfully against indexes with certain names.