Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reznik committed Jan 5, 2015
1 parent dadde81 commit 2776001
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 2.0.1 *(2014-01-05)*
----------------------------
* New: Nullify unresolved links (optional)


Version 2.0.0 *(2014-12-09)*
----------------------------
* Fix: Pass `CDAClient.Builder` to a private constructor
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Grab via Maven:
<dependency>
<groupId>com.contentful.java</groupId>
<artifactId>java-sdk</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.contentful.java:java-sdk:2.0.0'
compile 'com.contentful.java:java-sdk:2.0.1'
```

The SDK requires at minimum Java 6 or Android 2.3.
Expand Down Expand Up @@ -201,7 +201,7 @@ Copyright (c) 2014 Contentful GmbH. See [LICENSE.txt][6] for further details.


[1]: https://www.contentful.com
[2]: https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/2.0.0/java-sdk-2.0.0.jar
[2]: https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/2.0.1/java-sdk-2.0.1.jar
[3]: https://contentful.github.io/contentful.java/
[4]: https://www.contentful.com/developers/documentation/content-delivery-api/
[5]: https://square.github.io/okhttp/
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.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>jar</packaging>

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

0 comments on commit 2776001

Please sign in to comment.