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

Commit

Permalink
Prepare 2.19.2 release (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojito317 authored Apr 7, 2021
1 parent d01581d commit acd4f7c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
- [FIXED] Allow `$and`, `$or`, and `$nor` operator selectors
to be used with only one expression selector.
# 2.19.2 (2021-04-07)
- [NEW] Add migration guide to the newly supported cloudant-java-sdk (coordinates: com.ibm.cloud:cloudant).
- [FIXED] Allow `$and`, `$or`, and `$nor` operator selectors to be used with only one expression selector.

# 2.19.1 (2020-07-03)
- [FIXED] Connection leak regression introduced in 2.18.0 caused by not closing streams from
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.19.1'
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.19.2'
}
```

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

0 comments on commit acd4f7c

Please sign in to comment.