File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## Version [ 4.0.2] [ unreleased ] - (in development)
5+ ## Version [ 4.0.3] [ unreleased ] - (in development)
6+ - TBA.
7+
8+ ## Version [ 4.0.2] - (2015-08-26)
69- Changed: ` CDAField ` +` Serializable `
710- Changed: ` CDALocale ` +` Serializable `
811- Changed: RxJava v1.0.14
@@ -99,7 +102,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99102## Version 1.0.0 - 2014-08-13
100103Initial release.
101104
102- [ unreleased ] : https://github.com/contentful/contentful.java/compare/java-sdk-4.0.1...HEAD
105+ [ unreleased ] : https://github.com/contentful/contentful.java/compare/java-sdk-4.0.2...HEAD
106+ [ 4.0.2 ] : https://github.com/contentful/contentful.java/compare/java-sdk-4.0.1...java-sdk-4.0.2
103107[ 4.0.1 ] : https://github.com/contentful/contentful.java/compare/java-sdk-4.0.0...java-sdk-4.0.1
104108[ 4.0.0 ] : https://github.com/contentful/contentful.java/compare/java-sdk-3.0.0...java-sdk-4.0.0
105109[ 3.0.0 ] : https://github.com/contentful/contentful.java/compare/java-sdk-2.0.4...java-sdk-3.0.0
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ Grab via Maven:
1515<dependency >
1616 <groupId >com.contentful.java</groupId >
1717 <artifactId >java-sdk</artifactId >
18- <version >4.0.1 </version >
18+ <version >4.0.2 </version >
1919</dependency >
2020```
2121or Gradle:
2222``` groovy
23- compile 'com.contentful.java:java-sdk:4.0.1 '
23+ compile 'com.contentful.java:java-sdk:4.0.2 '
2424```
2525
2626Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
@@ -126,7 +126,7 @@ Copyright (c) 2015 Contentful GmbH. See [LICENSE.txt][6] for further details.
126126
127127
128128 [ 1 ] : https://www.contentful.com
129- [ 2 ] : https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/4.0.1 /java-sdk-4.0.1 .jar
129+ [ 2 ] : https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/4.0.2 /java-sdk-4.0.2 .jar
130130 [ 3 ] : https://contentful.github.io/contentful.java/
131131 [ 4 ] : https://www.contentful.com/developers/documentation/content-delivery-api/
132132 [ 5 ] : https://square.github.io/okhttp/
You can’t perform that action at this time.
0 commit comments