Skip to content

Commit 5f642e7

Browse files
committed
Update change log and READMe for v4.0.1
1 parent a5a762b commit 5f642e7

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Version [4.0.1][unreleased] - (in development)
6-
- TBA
5+
## Version [4.0.2][unreleased] - (in development)
6+
- TBA.
7+
8+
## Version [4.0.1] - (2015-07-20)
9+
- Fixed: NPE when processing entries with null links.
710

811
## Version [4.0.0] - (2015-07-20)
912
- Changed: `CDAResource` +`Serializable`
@@ -94,7 +97,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9497
## Version 1.0.0 - 2014-08-13
9598
Initial release.
9699

97-
[unreleased]: https://github.com/contentful/contentful.java/compare/java-sdk-4.0.0...HEAD
100+
[unreleased]: https://github.com/contentful/contentful.java/compare/java-sdk-4.0.1...HEAD
101+
[4.0.1]: https://github.com/contentful/contentful.java/compare/java-sdk-4.0.0...java-sdk-4.0.1
98102
[4.0.0]: https://github.com/contentful/contentful.java/compare/java-sdk-3.0.0...java-sdk-4.0.0
99103
[3.0.0]: https://github.com/contentful/contentful.java/compare/java-sdk-2.0.4...java-sdk-3.0.0
100104
[2.0.4]: https://github.com/contentful/contentful.java/compare/2.0.3...java-sdk-2.0.4

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.0</version>
18+
<version>4.0.1</version>
1919
</dependency>
2020
```
2121
or Gradle:
2222
```groovy
23-
compile 'com.contentful.java:java-sdk:4.0.0'
23+
compile 'com.contentful.java:java-sdk:4.0.1'
2424
```
2525

2626
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
@@ -125,7 +125,7 @@ Copyright (c) 2015 Contentful GmbH. See [LICENSE.txt][6] for further details.
125125

126126

127127
[1]: https://www.contentful.com
128-
[2]: https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/4.0.0/java-sdk-4.0.0.jar
128+
[2]: https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/4.0.1/java-sdk-4.0.1.jar
129129
[3]: https://contentful.github.io/contentful.java/
130130
[4]: https://www.contentful.com/developers/documentation/content-delivery-api/
131131
[5]: https://square.github.io/okhttp/

0 commit comments

Comments
 (0)