Skip to content

Commit bd743e7

Browse files
committed
change docs
1 parent baa5bb1 commit bd743e7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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 [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
288290
Initial 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8989
This library requires Java 8 (or higher version) or Android 21.

0 commit comments

Comments
 (0)