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 #532 from cloudant/prepare-2.20.1-release
Browse files Browse the repository at this point in the history
Prepare 2.20.1 release
  • Loading branch information
ricellis authored Sep 10, 2021
2 parents 6a353d1 + a577549 commit 2ce2d82
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.20.1 (2021-09-10)
- [FIXED] Enable proxy support for session cookie and IAM authentication.

# 2.20.0 (2021-08-26)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ This is the official Cloudant library for Java.
Gradle:
```groovy
dependencies {
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.19.2'
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.20.1'
}
```

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

Expand All @@ -63,7 +63,7 @@ Maven with [optional `okhttp-urlconnection` dependency](#optional-okhttp-depende
<dependency>
<groupId>com.cloudant</groupId>
<artifactId>cloudant-client</artifactId>
<version>2.19.2</version>
<version>2.20.1</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.20.1-SNAPSHOT
2.20.1

0 comments on commit 2ce2d82

Please sign in to comment.