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 #484 from cloudant/prepare-for-2.17.0-release
Browse files Browse the repository at this point in the history
Prepare version 2.17.0 release
  • Loading branch information
ricellis authored May 23, 2019
2 parents d36d95e + ff0f9ce commit b17111f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.17.0 (2019-05-23)
- [NEW] Added `com.cloudant.client.api.model.DbInfo#getDocDelCountLong()` to return
deleted document count as a `long` instead of a `String`.
- [DEPRECATED] `com.cloudant.client.api.model.DbInfo#getDocDelCount()`.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ This is the official Cloudant library for Java.
Gradle:
```groovy
dependencies {
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.16.0'
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.17.0'
}
```

Gradle with [optional `okhttp-urlconnection` dependency](#optional-okhttp-dependency):
```groovy
dependencies {
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.16.0'
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.17.0'
compile group: 'com.squareup.okhttp3', name: 'okhttp-urlconnection', version: '3.8.1'
}
```
Expand All @@ -39,7 +39,7 @@ Maven:
<dependency>
<groupId>com.cloudant</groupId>
<artifactId>cloudant-client</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
~~~

Expand All @@ -49,7 +49,7 @@ Maven with [optional `okhttp-urlconnection` dependency](#optional-okhttp-depende
<dependency>
<groupId>com.cloudant</groupId>
<artifactId>cloudant-client</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.16.1-SNAPSHOT
2.17.0

0 comments on commit b17111f

Please sign in to comment.