Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 7a89b0f

Browse files
author
Tom Blench
committed
Prepare for 2.0.1 release
1 parent 2a5dac0 commit 7a89b0f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CDTDatastore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EOT
1414

1515
Pod::Spec.new do |s|
1616
s.name = "CDTDatastore"
17-
s.version = "2.0.0"
17+
s.version = "2.0.1"
1818
s.summary = "CDTDatastore is a document datastore which syncs."
1919
s.description = <<-DESC
2020
CDTDatastore is a JSON document datastore which speaks the

CDTDatastore/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define CLOUDANT_SYNC_VERSION "2.0.1-SNAPSHOT"
1+
#define CLOUDANT_SYNC_VERSION "2.0.1"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CDTDatastore CHANGELOG
22

3+
## 2.0.1 (2018-04-12)
4+
- [FIXED] Header declaration of `listIndexes()`. This prevented this
5+
method from being called from Swift code.
6+
37
## 2.0.0 (2018-02-14)
48
- [NEW] Added API for upcoming IBM Cloud Identity and Access
59
Management support for Cloudant on IBM Cloud. Note: IAM API key

0 commit comments

Comments
 (0)