diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07194f6..493bd4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.7" + ".": "0.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 33abc56..4028c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.0.8](https://github.com/sumup/sumup-java/compare/v0.0.7...v0.0.8) (2026-05-05) + + +### Features + +* **sdk:** improve method names ([#82](https://github.com/sumup/sumup-java/issues/82)) ([c93c8e8](https://github.com/sumup/sumup-java/commit/c93c8e85cebdbf7cdcb5d3f0c9d6346992efe3a8)) + + +### Bug Fixes + +* **codegen:** flatten allOf models and avoid inline enum parameter types ([#83](https://github.com/sumup/sumup-java/issues/83)) ([4d4269b](https://github.com/sumup/sumup-java/commit/4d4269be6ff92fc7581fbc76bb2bef8ccb3a23cf)) +* regenerate sdk ([a646abf](https://github.com/sumup/sumup-java/commit/a646abf453009ce78f55e86b7d992c92ce6068fd)) +* **sdk:** unwrap scalar record path parameters ([#80](https://github.com/sumup/sumup-java/issues/80)) ([bcb39f1](https://github.com/sumup/sumup-java/commit/bcb39f172c6b2b8d5ab8a77b1336f6fca823d9d9)) + + +### Chores + +* **deps:** bump github.com/pb33f/libopenapi in /codegen ([#86](https://github.com/sumup/sumup-java/issues/86)) ([1ea4fb7](https://github.com/sumup/sumup-java/commit/1ea4fb7081f410a95a0c37be86738eb843aeabe6)) +* **deps:** bump googleapis/release-please-action from 4.4.1 to 5.0.0 ([#87](https://github.com/sumup/sumup-java/issues/87)) ([59c8d9e](https://github.com/sumup/sumup-java/commit/59c8d9e2ebe27d0be781f3cef07ad70ddac33282)) +* synced file(s) with sumup/apis ([#84](https://github.com/sumup/sumup-java/issues/84)) ([84d9cd1](https://github.com/sumup/sumup-java/commit/84d9cd1e97469ba9aa5811ef8a47ff784ae0d6f2)) +* synced file(s) with sumup/apis ([#85](https://github.com/sumup/sumup-java/issues/85)) ([7f79c9f](https://github.com/sumup/sumup-java/commit/7f79c9f0cdc06efad81efbc5236d8fab82010273)) + ## [0.0.7](https://github.com/sumup/sumup-java/compare/v0.0.6...v0.0.7) (2026-04-22) diff --git a/README.md b/README.md index 6ccbdca..922cf60 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.7") + implementation("com.sumup:sumup-sdk:0.0.8") } ``` @@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file: ```groovy dependencies { - implementation 'com.sumup:sumup-sdk:0.0.7' + implementation 'com.sumup:sumup-sdk:0.0.8' } ``` @@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file: com.sumup sumup-sdk - 0.0.7 + 0.0.8 ``` diff --git a/VERSION b/VERSION index 5a5831a..d169b2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.7 +0.0.8