From 7cf1ff4e8ceda7dc7a9e402e8503f889dfef653f Mon Sep 17 00:00:00 2001 From: "sumup-release-bot[bot]" <241716704+sumup-release-bot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:50:23 +0000 Subject: [PATCH 1/2] release: 0.0.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07509b4..32b319f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba721ad..136e8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.0.10](https://github.com/sumup/sumup-java/compare/v0.0.9...v0.0.10) (2026-07-30) + + +### Bug Fixes + +* **ci:** set explicit permissions ([#123](https://github.com/sumup/sumup-java/issues/123)) ([02f71d6](https://github.com/sumup/sumup-java/commit/02f71d60a067e5e535366b0484dde9b295c7b8e9)) + + +### Chores + +* **deps:** bump actions/checkout from 7.0.0 to 7.0.1 ([#129](https://github.com/sumup/sumup-java/issues/129)) ([7965b53](https://github.com/sumup/sumup-java/commit/7965b53fd869354fbe2315b0e0184cf5319a0f53)) +* **deps:** bump actions/setup-go from 6.5.0 to 7.0.0 ([#127](https://github.com/sumup/sumup-java/issues/127)) ([a23a898](https://github.com/sumup/sumup-java/commit/a23a8982316dabd0ef1b8e604de436eea972242b)) +* **deps:** bump github.com/pb33f/libopenapi in /codegen ([#126](https://github.com/sumup/sumup-java/issues/126)) ([e480603](https://github.com/sumup/sumup-java/commit/e4806038a50b985de512bd1d2dd2096d2d4885b3)) +* **deps:** bump reviewdog/action-actionlint from 1.72.0 to 1.73.0 ([#128](https://github.com/sumup/sumup-java/issues/128)) ([ac8c37b](https://github.com/sumup/sumup-java/commit/ac8c37bdd165a7b313260a46f4f0b29922e598a1)) + ## [0.0.9](https://github.com/sumup/sumup-java/compare/v0.0.8...v0.0.9) (2026-07-21) diff --git a/VERSION b/VERSION index c5d54ec..7c1886b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.9 +0.0.10 From 5dea67ce765a9cf05abd3806283cf1ffab4d4d26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:50:34 +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 911a0a2..1169d1b 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.9") + implementation("com.sumup:sumup-sdk:0.0.10") } ``` @@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file: ```groovy dependencies { - implementation 'com.sumup:sumup-sdk:0.0.9' + implementation 'com.sumup:sumup-sdk:0.0.10' } ``` @@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file: com.sumup sumup-sdk - 0.0.9 + 0.0.10 ```