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 #504 from cloudant/prepare-2.19.0-release
Browse files Browse the repository at this point in the history
Prepare 2.19.0 release
  • Loading branch information
ricellis authored Mar 2, 2020
2 parents fbbedac + ecd7a2a commit 6a07516
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased
- [NEW] Add getter for total row count to AllDocsResponse
# 2.19.0 (2020-03-02)
- [NEW] Add getter for total row count to `AllDocsResponse`
- [NEW] Added `DbInfo#getSizes()` for access to improved sizes information.
- [FIXED] Corrected `DbInfo#getDiskSize()` to work with `sizes` object if `disk_size` is unavailable.
- [FIXED] `ViewMultipleRequest` updated to preferentially use view `queries` format URL instead of
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.18.0'
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.19.0'
}
```

Gradle with [optional `okhttp-urlconnection` dependency](#optional-okhttp-dependency):
```groovy
dependencies {
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.18.0'
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.19.0'
compile group: 'com.squareup.okhttp3', name: 'okhttp-urlconnection', version: '3.12.5'
}
```
Expand All @@ -39,7 +39,7 @@ Maven:
<dependency>
<groupId>com.cloudant</groupId>
<artifactId>cloudant-client</artifactId>
<version>2.18.0</version>
<version>2.19.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.18.0</version>
<version>2.19.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.18.1-SNAPSHOT
2.19.0

0 comments on commit 6a07516

Please sign in to comment.