File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
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 [ 10.5.21] - (2025-03-04)
6+ - fix: add limit to sync query
57
68## Version [ 10.5.19] - (2024-09-20)
79- fix: update dependencies version
@@ -287,6 +289,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
287289## Version 1.0.0 - 2014-08-13
288290Initial release.
289291
292+ [ 10.5.21 ] : https://github.com/contentful/contentful.java/compare/v.10.5.19...v.10.5.21
290293[ 10.5.19 ] : https://github.com/contentful/contentful.java/compare/v.10.5.18...v.10.5.19
291294[ 10.5.18 ] : https://github.com/contentful/contentful.java/compare/v.10.5.17...v.10.5.18
292295[ 10.5.17 ] : https://github.com/contentful/contentful.java/compare/v.10.5.16...v.10.5.17
Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ Install the Contentful dependency:
7676<dependency >
7777 <groupId >com.contentful.java</groupId >
7878 <artifactId >java-sdk</artifactId >
79- <version >10.5.20 </version >
79+ <version >10.5.21 </version >
8080</dependency >
8181```
8282
8383* _ Gradle_
8484
8585``` groovy
86- compile 'com.contentful.java:java-sdk:10.5.20 '
86+ compile 'com.contentful.java:java-sdk:10.5.21 '
8787```
8888
8989This library requires Java 8 (or higher version) or Android 21.
You can’t perform that action at this time.
0 commit comments