From 4c95cfa686ee753f2fd8d29f5c400a0c04c50ad0 Mon Sep 17 00:00:00 2001 From: Tom Blench Date: Fri, 27 Apr 2018 16:10:04 +0100 Subject: [PATCH] Prepare for 2.0.2 release --- CDTDatastore.podspec | 2 +- CDTDatastore/Version.h | 2 +- CHANGELOG.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.