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

Commit 62a9729

Browse files
committed
Prepare for 2.0.0 release
1 parent 5a34aa8 commit 62a9729

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 2.0.0 (2015-11-12)
22
- [NEW] `DesignDocument.MapReduce` now has a setter for the `dbcopy` field.
33
- [NEW] Requests for the `_all_docs` endpoint are made via `Database#getAllDocsRequestBuilder()`
44
instead of using a view.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
apply plugin: 'signing'
44

55
group = 'com.cloudant'
6-
version = '1.2.4-SNAPSHOT'
6+
version = '2.0.0'
77
description = """java-cloudant"""
88
//note the gradle project name (cloudant-client) is the maven artifactId
99
//the maven pom name entry and User-Agent name in client.properties are defined by clientName

0 commit comments

Comments
 (0)