Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reznik committed Dec 9, 2014
1 parent c55f830 commit 6b21138
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
Change Log
==========

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


Version 1.0.10 *(2014-11-28)*
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Java SDK for [Contentful's][1] Content Delivery API.
Setup
=====

<!--Download the [latest JAR][2] or grab via Maven:-->
Grab via Maven:
```xml
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.contentful.java</groupId>
<artifactId>java-sdk</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

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

0 comments on commit 6b21138

Please sign in to comment.