Skip to content

Commit 6b21138

Browse files
author
Tom Reznik
committed
Release v2.0.0
1 parent c55f830 commit 6b21138

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
Change Log
22
==========
33

4-
Version 2.0.0 *(in development)*
5-
--------------------------------
6-
* ..
4+
Version 2.0.0 *(2014-12-09)*
5+
----------------------------
6+
* Fix: Pass `CDAClient.Builder` to a private constructor
7+
* Fix: Remove HTTP Response Object From `CDACallback.onSuccess()`
8+
* Fix: Sync Generates New `Executor` For Every Callback Invoked
9+
* Fix: Asynchronous Methods Should Defer Synchronous Methods
10+
* Fix: Unify the API with the CMA SDK
11+
* New: Support RxJava For Client Methods
12+
* New: Support Custom API EndPoint
13+
* New: Support Custom Callback Executor
14+
* New: Kotlin Test Suite
715

816

917
Version 1.0.10 *(2014-11-28)*

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Java SDK for [Contentful's][1] Content Delivery API.
1010
Setup
1111
=====
1212

13-
<!--Download the [latest JAR][2] or grab via Maven:-->
1413
Grab via Maven:
1514
```xml
1615
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.contentful.java</groupId>
55
<artifactId>java-sdk</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
<packaging>jar</packaging>
88

99
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)