Skip to content

Commit 530b6c4

Browse files
author
Mario Bodemann
committed
Prepare release 6.0.0
1 parent caa1498 commit 530b6c4

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
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 [5.0.2][unreleased] - (in development)
5+
## Version [6.0.1][unreleased] - (in development)
66
- TBA.
77

8+
## Version [6.0.0] - (2015-12-18)
9+
- New: Support custom retrofit logger
10+
- Changed: Removed final modifier from public classes
11+
812
## Version [5.0.1] - (2015-10-28)
913
- Fixed: ConcurrentModificationException when localized link field points to invalid entry.
1014

@@ -108,7 +112,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
108112
## Version 1.0.0 - 2014-08-13
109113
Initial release.
110114

111-
[unreleased]: https://github.com/contentful/contentful.java/compare/java-sdk-5.0.1...HEAD
115+
[unreleased]: https://github.com/contentful/contentful.java/compare/java-sdk-6.0.0...HEAD
116+
[6.0.0]: https://github.com/contentful/contentful.java/compare/java-sdk-5.0.1...java-sdk-6.0.0
112117
[5.0.1]: https://github.com/contentful/contentful.java/compare/java-sdk-5.0.0...java-sdk-5.0.1
113118
[5.0.0]: https://github.com/contentful/contentful.java/compare/java-sdk-4.0.2...java-sdk-5.0.0
114119
[4.0.2]: https://github.com/contentful/contentful.java/compare/java-sdk-4.0.1...java-sdk-4.0.2

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>5.0.1</version>
18+
<version>6.0.0</version>
1919
</dependency>
2020
```
2121
or Gradle:
2222
```groovy
23-
compile 'com.contentful.java:java-sdk:5.0.1'
23+
compile 'com.contentful.java:java-sdk:6.0.0'
2424
```
2525

2626
Snapshots 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/5.0.1/java-sdk-5.0.1.jar
129+
[2]: https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/6.0.0/java-sdk-6.0.0.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/

0 commit comments

Comments
 (0)