diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63c033c..45ca42f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.4" + ".": "0.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f54c0f..95dfcfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.0.5](https://github.com/sumup/sumup-java/compare/v0.0.4...v0.0.5) (2026-01-11) + + +### Features + +* enums ([dcda1de](https://github.com/sumup/sumup-java/commit/dcda1dee10fb7a35e220dc6b729ff672a5f4f4d1)) +* init ([541ed18](https://github.com/sumup/sumup-java/commit/541ed188e91e5fcde21f05fadc5595fb2dd8f02b)) +* javadoc ([22804ad](https://github.com/sumup/sumup-java/commit/22804ad03ab03fc509b0c644ad4408ab62fcdac2)) +* pre-release maintenance ([c2ee36f](https://github.com/sumup/sumup-java/commit/c2ee36f3aa41b6bbb188423209e001b7830293ee)) + + +### Bug Fixes + +* **cd:** release process ([c52f531](https://github.com/sumup/sumup-java/commit/c52f5312370cff96ba4cd776d4b44ba7635c9c59)) +* **cd:** run release pr maintenance only before merging ([7fce233](https://github.com/sumup/sumup-java/commit/7fce2336e08550f627108d6c66318994540acb67)) +* **sdk:** build files references ([407f24b](https://github.com/sumup/sumup-java/commit/407f24bc2f086678ae014a25253690518b323e62)) +* **sdk:** javadoc comments ([dfe319b](https://github.com/sumup/sumup-java/commit/dfe319b4818838e8d27f3fc0e8c84cde318ccd70)) +* **sdk:** sdk name ([0daba9e](https://github.com/sumup/sumup-java/commit/0daba9ebbf982626306e5792774db26251a2381b)) + ## [0.0.4](https://github.com/sumup/sumup-java/compare/v0.0.3...v0.0.4) (2026-01-11) diff --git a/README.md b/README.md index c3d7121..a191ef5 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.4") + implementation("com.sumup:sumup:0.0.5") } ``` @@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file: ```groovy dependencies { - implementation 'com.sumup:sumup:0.0.4' + implementation 'com.sumup:sumup:0.0.5' } ``` @@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file: com.sumup sumup - 0.0.4 + 0.0.5 ``` diff --git a/VERSION b/VERSION index 81340c7..bbdeab6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.4 +0.0.5