From 25cf9b45cbdb275fc18ea3683c64d534db19431f Mon Sep 17 00:00:00 2001 From: "sumup-bot[bot]" <241716704+sumup-bot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 18:32:48 +0000 Subject: [PATCH 1/2] release: 0.0.6 --- .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 45ca42f..b68e780 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.5" + ".": "0.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 95dfcfb..7b99fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.6](https://github.com/sumup/sumup-java/compare/v0.0.5...v0.0.6) (2026-01-20) + + +### Features + +* report runtime properties ([#21](https://github.com/sumup/sumup-java/issues/21)) ([0f26bb5](https://github.com/sumup/sumup-java/commit/0f26bb5c0337f72c241b7218bc480d86408a4250)) + ## [0.0.5](https://github.com/sumup/sumup-java/compare/v0.0.4...v0.0.5) (2026-01-11) diff --git a/VERSION b/VERSION index bbdeab6..1750564 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.5 +0.0.6 From e89ca7110695904f39bb7940b764ff1058bb0ed9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 18:32:59 +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 5aa633b..9b1ddc9 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.5") + implementation("com.sumup:sumup-sdk:0.0.6") } ``` @@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file: ```groovy dependencies { - implementation 'com.sumup:sumup-sdk:0.0.5' + implementation 'com.sumup:sumup-sdk:0.0.6' } ``` @@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file: com.sumup sumup-sdk - 0.0.5 + 0.0.6 ```