File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55## Version [ 3.0.0] [ unreleased ] - (in development)
66- TBD
77
8+ ## Version [ 2.0.4] - 2015-06-01
9+ - Fixed: Default to UTF-8 charset.
10+
811## Version [ 2.0.3] - 2015-05-19
912- Fixed: NPE for entry with no fields.
1013
@@ -62,7 +65,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6265## Version 1.0.0 - 2014-08-13
6366Initial release.
6467
65- [ unreleased ] : https://github.com/contentful/contentful.java/compare/2.0.3...HEAD
68+ [ unreleased ] : https://github.com/contentful/contentful.java/compare/java-sdk-2.0.4...HEAD
69+ [ 2.0.4 ] : https://github.com/contentful/contentful.java/compare/2.0.3...java-sdk-2.0.4
6670[ 2.0.3 ] : https://github.com/contentful/contentful.java/compare/2.0.2...2.0.3
6771[ 2.0.2 ] : https://github.com/contentful/contentful.java/compare/2.0.1...2.0.2
6872[ 2.0.1 ] : https://github.com/contentful/contentful.java/compare/2.0.0...2.0.1
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 >2.0.3 </version >
18+ <version >2.0.4 </version >
1919</dependency >
2020```
2121or Gradle:
2222``` groovy
23- compile 'com.contentful.java:java-sdk:2.0.3 '
23+ compile 'com.contentful.java:java-sdk:2.0.4 '
2424```
2525
2626Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
@@ -207,7 +207,7 @@ Copyright (c) 2015 Contentful GmbH. See [LICENSE.txt][6] for further details.
207207
208208
209209 [ 1 ] : https://www.contentful.com
210- [ 2 ] : https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/2.0.3 /java-sdk-2.0.3 .jar
210+ [ 2 ] : https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/2.0.4 /java-sdk-2.0.4 .jar
211211 [ 3 ] : https://contentful.github.io/contentful.java/
212212 [ 4 ] : https://www.contentful.com/developers/documentation/content-delivery-api/
213213 [ 5 ] : https://square.github.io/okhttp/
You can’t perform that action at this time.
0 commit comments