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`