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

Commit

Permalink
Merge pull request #421 from cloudant/prepare-2.0.1-release
Browse files Browse the repository at this point in the history
Prepare for 2.0.1 release
  • Loading branch information
tomblench authored Apr 13, 2018
2 parents 2a5dac0 + 7a89b0f commit c7c35c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CDTDatastore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CDTDatastore/Version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define CLOUDANT_SYNC_VERSION "2.0.1-SNAPSHOT"
#define CLOUDANT_SYNC_VERSION "2.0.1"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c7c35c1

Please sign in to comment.