diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..40ff6fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d65a33..ff4bbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ # Changelog +## [0.0.2](https://github.com/sumup/sumup-java/compare/v0.0.1...v0.0.2) (2026-01-10) + + +### 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)) + +## Changelog + All notable changes to this project will be documented in this file. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). diff --git a/README.md b/README.md index de49b7a..e461848 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.1") + implementation("com.sumup:sumup:0.0.2") } ``` @@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file: ```groovy dependencies { - implementation 'com.sumup:sumup:0.0.1' + implementation 'com.sumup:sumup:0.0.2' } ``` @@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file: com.sumup sumup - 0.0.1 + 0.0.2 ``` diff --git a/VERSION b/VERSION index 8acdd82..4e379d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2