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

Commit

Permalink
Prepared for 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ricellis committed Apr 7, 2017
1 parent e3903ce commit 84fbc03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "1.2.0"
s.version = "1.2.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 "1.2.1-SNAPSHOT"
#define CLOUDANT_SYNC_VERSION "1.2.1"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CDTDatastore CHANGELOG

## Unreleased
## 1.2.1 (2017-04-07)

- [IMPROVED] Significant reduction in memory usage during large pull replications.
- [FIXED] Issue querying indexed fields when combining the `$not` and `$size` operators.
Expand Down

0 comments on commit 84fbc03

Please sign in to comment.