Skip to content

Commit acd4f7c

Browse files
authored
Prepare 2.19.2 release (cloudant#520)
1 parent d01581d commit acd4f7c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Unreleased
2-
- [FIXED] Allow `$and`, `$or`, and `$nor` operator selectors
3-
to be used with only one expression selector.
1+
# 2.19.2 (2021-04-07)
2+
- [NEW] Add migration guide to the newly supported cloudant-java-sdk (coordinates: com.ibm.cloud:cloudant).
3+
- [FIXED] Allow `$and`, `$or`, and `$nor` operator selectors to be used with only one expression selector.
44

55
# 2.19.1 (2020-07-03)
66
- [FIXED] Connection leak regression introduced in 2.18.0 caused by not closing streams from

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ This is the official Cloudant library for Java.
2222
Gradle:
2323
```groovy
2424
dependencies {
25-
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.19.1'
25+
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.19.2'
2626
}
2727
```
2828

2929
Gradle with [optional `okhttp-urlconnection` dependency](#optional-okhttp-dependency):
3030
```groovy
3131
dependencies {
32-
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.19.1'
32+
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.19.2'
3333
compile group: 'com.squareup.okhttp3', name: 'okhttp-urlconnection', version: '3.12.12'
3434
}
3535
```
@@ -39,7 +39,7 @@ Maven:
3939
<dependency>
4040
<groupId>com.cloudant</groupId>
4141
<artifactId>cloudant-client</artifactId>
42-
<version>2.19.1</version>
42+
<version>2.19.2</version>
4343
</dependency>
4444
~~~
4545

@@ -49,7 +49,7 @@ Maven with [optional `okhttp-urlconnection` dependency](#optional-okhttp-depende
4949
<dependency>
5050
<groupId>com.cloudant</groupId>
5151
<artifactId>cloudant-client</artifactId>
52-
<version>2.19.1</version>
52+
<version>2.19.2</version>
5353
</dependency>
5454

5555
<dependency>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.19.2-SNAPSHOT
1+
2.19.2

0 commit comments

Comments
 (0)