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/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 ``` diff --git a/VERSION b/VERSION index bbdeab6..1750564 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.5 +0.0.6