diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32b319f..4a34d5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.10" + ".": "0.0.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cce3594..7355e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.11](https://github.com/sumup/sumup-java/compare/v0.0.10...v0.0.11) (2026-08-13) + + +### Features + +* improve code samples generation ([bf71327](https://github.com/sumup/sumup-java/commit/bf71327781fcd37d39dd8a33ee54176af2fd7d1b)) + + +### Chores + +* synced file(s) with sumup/apis ([#136](https://github.com/sumup/sumup-java/issues/136)) ([85e5457](https://github.com/sumup/sumup-java/commit/85e54577e6e022915213e2effc290c8d03a8b4b9)) + ## [0.0.10](https://github.com/sumup/sumup-java/compare/v0.0.9...v0.0.10) (2026-08-12) diff --git a/README.md b/README.md index 1169d1b..c714ece 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Add the dependency in your `build.gradle.kts` file: ```kotlin dependencies { - implementation("com.sumup:sumup-sdk:0.0.10") + implementation("com.sumup:sumup-sdk:0.0.11") } ``` @@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file: ```groovy dependencies { - implementation 'com.sumup:sumup-sdk:0.0.10' + implementation 'com.sumup:sumup-sdk:0.0.11' } ``` @@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file: com.sumup sumup-sdk - 0.0.10 + 0.0.11 ``` diff --git a/VERSION b/VERSION index 7c1886b..2cfabea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.10 +0.0.11