Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalniski committed Jul 12, 2024
1 parent 9780cda commit 4ce2314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Version [3.4.14] - [2024-07-12]
- Changed: added configurable chunk size when uploading files
-
## Version [3.4.13] - [2024-07-11]
- Changed: increased chunk size when uploading files
-
Expand Down Expand Up @@ -208,6 +211,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Initial release.

[unreleased]: https://github.com/contentful/contentful-management.java/compare/cma-sdk-3.3.3...HEAD
[3.4.14]: https://github.com/contentful/contentful-management.java/compare/v3.4.13...v3.4.14
[3.4.13]: https://github.com/contentful/contentful-management.java/compare/v3.5.12...v3.4.13
[3.4.12]: https://github.com/contentful/contentful-management.java/compare/v3.5.11...v3.4.12
[3.4.11]: https://github.com/contentful/contentful-management.java/compare/v3.4.10...v3.4.11
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ Install the Contentful dependency:
<dependency>
<groupId>com.contentful.java</groupId>
<artifactId>cma-sdk</artifactId>
<version>3.4.13</version>
<version>3.4.14</version>
</dependency>
```

* _Gradle_
```groovy
compile 'com.contentful.java:cma-sdk:3.4.13'
compile 'com.contentful.java:cma-sdk:3.4.14'
```

This SDK requires Java 8 (or higher version).
Expand Down

0 comments on commit 4ce2314

Please sign in to comment.