diff --git a/CDTDatastore.podspec b/CDTDatastore.podspec index e811c81b7..a2f74c573 100644 --- a/CDTDatastore.podspec +++ b/CDTDatastore.podspec @@ -14,7 +14,7 @@ EOT Pod::Spec.new do |s| s.name = "CDTDatastore" - s.version = "2.0.0" + s.version = "2.0.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 63664c8de..6fda8bd3e 100644 --- a/CDTDatastore/Version.h +++ b/CDTDatastore/Version.h @@ -1 +1 @@ -#define CLOUDANT_SYNC_VERSION "2.0.1-SNAPSHOT" +#define CLOUDANT_SYNC_VERSION "2.0.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index a548d20a2..4b9042948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CDTDatastore CHANGELOG +## 2.0.1 (2018-04-12) +- [FIXED] Header declaration of `listIndexes()`. This prevented this + method from being called from Swift code. + ## 2.0.0 (2018-02-14) - [NEW] Added API for upcoming IBM Cloud Identity and Access Management support for Cloudant on IBM Cloud. Note: IAM API key