From 9af090631076ea0307bcd3d6bda9b776f2259c2a Mon Sep 17 00:00:00 2001 From: "sumup-release-bot[bot]" <241716704+sumup-release-bot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:35:44 +0000 Subject: [PATCH 1/2] release: 0.0.11 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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/VERSION b/VERSION index 7c1886b..2cfabea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.10 +0.0.11 From 16adeb6c2b872529dd3b7ee46b262b5a6b1d16ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:35:58 +0000 Subject: [PATCH 2/2] chore: update README dependency versions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```