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..e464ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.10](https://github.com/sumup/sumup-java/compare/v0.0.9...v0.0.10) (2026-07-21) + + +### Bug Fixes + +* **ci:** set explicit permissions ([#123](https://github.com/sumup/sumup-java/issues/123)) ([02f71d6](https://github.com/sumup/sumup-java/commit/02f71d60a067e5e535366b0484dde9b295c7b8e9)) + ## [0.0.9](https://github.com/sumup/sumup-java/compare/v0.0.8...v0.0.9) (2026-07-21) 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 ``` diff --git a/VERSION b/VERSION index c5d54ec..7c1886b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.9 +0.0.10