From d089d4b42d18d6d4dad2c5bd652b8ebd7204048f Mon Sep 17 00:00:00 2001 From: "sumup-bot[bot]" <241716704+sumup-bot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 18:34:12 +0000 Subject: [PATCH 1/2] release: 0.0.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a327a0..63c033c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e1728d1..5f54c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/sumup/sumup-java/compare/v0.0.3...v0.0.4) (2026-01-11) + + +### Bug Fixes + +* **sdk:** sdk name ([0daba9e](https://github.com/sumup/sumup-java/commit/0daba9ebbf982626306e5792774db26251a2381b)) + ## [0.0.3](https://github.com/sumup/sumup-java/compare/v0.0.2...v0.0.3) (2026-01-11) diff --git a/VERSION b/VERSION index bcab45a..81340c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.0.4 From 260616cd998084ad2820069658d0587492f7897e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 18:34:23 +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 66f6b78..c3d7121 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:0.0.3") + implementation("com.sumup:sumup:0.0.4") } ``` @@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file: ```groovy dependencies { - implementation 'com.sumup:sumup:0.0.3' + implementation 'com.sumup:sumup:0.0.4' } ``` @@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file: com.sumup sumup - 0.0.3 + 0.0.4 ```