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

Prepare version 2.15.0 release #475

Merged
merged 1 commit into from Feb 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGES.md
@@ -1,6 +1,6 @@
# UNRELEASED
- [NEW] Added partitioned database support.
# 2.15.0 (2019-02-12)
- [NEW] Added option for client to authenticate with IAM token server.
- [NEW] Added partitioned database support.
- [FIXED] Updated the default IAM token server URL.

# 2.14.0 (2018-12-18)
Expand Down
8 changes: 4 additions & 4 deletions README.md
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.14.0'
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.15.0'
}
```

Gradle with [optional `okhttp-urlconnection` dependency](#optional-okhttp-dependency):
```groovy
dependencies {
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.14.0'
compile group: 'com.cloudant', name: 'cloudant-client', version: '2.15.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.14.0</version>
<version>2.15.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.14.0</version>
<version>2.15.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.14.1-SNAPSHOT
2.15.0