Skip to content

Commit

Permalink
Release v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reznik committed Nov 25, 2014
1 parent aa843f1 commit 6046225
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Change Log
==========

Version 1.0.9 *(in development)*
--------------------------------
Version 1.0.9 *(2014-11-25)*
----------------------------
* Fix: Sync paging iteration.


Version 1.0.8 *(2014-11-24)*
----------------------------
* Fix: Apache HttpComponents dependency is stripped from Android builds
* Fix: Apache HttpComponents dependency is stripped from Android builds.


Version 1.0.7 *(2014-11-21)*
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Grab via Maven:
<dependency>
<groupId>com.contentful.java</groupId>
<artifactId>java-sdk</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.contentful.java:java-sdk:1.0.8'
compile 'com.contentful.java:java-sdk:1.0.9'
```

The SDK requires at minimum Java 6 or Android 2.3.
Expand Down Expand Up @@ -164,7 +164,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/1.0.8/java-sdk-1.0.8.jar
[2]: https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/1.0.9/java-sdk-1.0.9.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 @@ -6,7 +6,7 @@
<groupId>com.contentful.java</groupId>
<artifactId>java-sdk</artifactId>
<packaging>jar</packaging>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Java SDK for Contentful's Content Delivery API.</description>
Expand Down

0 comments on commit 6046225

Please sign in to comment.