Skip to content

Commit 7e2f78b

Browse files
author
Tom Reznik
committed
Release v1.0.10
1 parent 2d0bb3d commit 7e2f78b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.0.10 *(2014-11-28)*
5+
-----------------------------
6+
* Fix: RxJava now defers to IO thread.
7+
8+
49
Version 1.0.9 *(2014-11-25)*
510
----------------------------
611
* Fix: Sync paging iteration.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Grab via Maven:
1616
<dependency>
1717
<groupId>com.contentful.java</groupId>
1818
<artifactId>java-sdk</artifactId>
19-
<version>1.0.9</version>
19+
<version>1.0.10</version>
2020
</dependency>
2121
```
2222
or Gradle:
2323
```groovy
24-
compile 'com.contentful.java:java-sdk:1.0.9'
24+
compile 'com.contentful.java:java-sdk:1.0.10'
2525
```
2626

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

165165

166166
[1]: https://www.contentful.com
167-
[2]: https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/1.0.9/java-sdk-1.0.9.jar
167+
[2]: https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/1.0.10/java-sdk-1.0.10.jar
168168
[3]: https://contentful.github.io/contentful.java/
169169
[4]: https://www.contentful.com/developers/documentation/content-delivery-api/
170170
[5]: https://square.github.io/okhttp/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.contentful.java</groupId>
77
<artifactId>java-sdk</artifactId>
88
<packaging>jar</packaging>
9-
<version>1.0.10-SNAPSHOT</version>
9+
<version>1.0.10</version>
1010

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

0 commit comments

Comments
 (0)