diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b68e780..07194f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.6" + ".": "0.0.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b99fd7..fbf63c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.7](https://github.com/sumup/sumup-java/compare/v0.0.6...v0.0.7) (2026-01-20) + + +### Bug Fixes + +* readme maven badge ([#23](https://github.com/sumup/sumup-java/issues/23)) ([74d87c5](https://github.com/sumup/sumup-java/commit/74d87c57337685061a2d78a90c811a4c038ca4b9)) +* runtime header value ([02be806](https://github.com/sumup/sumup-java/commit/02be806fdd53a4c9ba1a6a94618998e907b6dfc6)) +* tests ([b812054](https://github.com/sumup/sumup-java/commit/b8120544052db932f409161f8f4cc981717d238f)) + ## [0.0.6](https://github.com/sumup/sumup-java/compare/v0.0.5...v0.0.6) (2026-01-20) diff --git a/README.md b/README.md index a764fb5..cc003b2 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.6") + implementation("com.sumup:sumup-sdk:0.0.7") } ``` @@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file: ```groovy dependencies { - implementation 'com.sumup:sumup-sdk:0.0.6' + implementation 'com.sumup:sumup-sdk:0.0.7' } ``` @@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file: com.sumup sumup-sdk - 0.0.6 + 0.0.7 ``` diff --git a/VERSION b/VERSION index 1750564..5a5831a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.6 +0.0.7