From 83371661d24e2053191550a66884156aa2ee4f80 Mon Sep 17 00:00:00 2001 From: Tom Blench Date: Thu, 17 May 2018 14:36:21 +0100 Subject: [PATCH] Prepare for 2.0.3 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 bcafa0fd2..65fc24001 100644 --- a/CDTDatastore.podspec +++ b/CDTDatastore.podspec @@ -14,7 +14,7 @@ EOT Pod::Spec.new do |s| s.name = "CDTDatastore" - s.version = "2.0.2" + s.version = "2.0.3" 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 5d73ec781..74bd3400c 100644 --- a/CDTDatastore/Version.h +++ b/CDTDatastore/Version.h @@ -1 +1 @@ -#define CLOUDANT_SYNC_VERSION "2.0.3-SNAPSHOT" +#define CLOUDANT_SYNC_VERSION "2.0.3" diff --git a/CHANGELOG.md b/CHANGELOG.md index ce98ae79b..fcb7bafdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CDTDatastore CHANGELOG -## Unreleased +## 2.0.3 (2018-05-17) - [FIXED] Bug which prevented CDTDatastore instances from being closed after calling index/query methods. - [FIXED] Race condition which under some circumstances could return different `CDTDatastore`