File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed
Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.1 "
2+ "." : " 0.0.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.2] ( https://github.com/sumup/sumup-java/compare/v0.0.1...v0.0.2 ) (2026-01-10)
4+
5+
6+ ### Features
7+
8+ * enums ([ dcda1de] ( https://github.com/sumup/sumup-java/commit/dcda1dee10fb7a35e220dc6b729ff672a5f4f4d1 ) )
9+ * init ([ 541ed18] ( https://github.com/sumup/sumup-java/commit/541ed188e91e5fcde21f05fadc5595fb2dd8f02b ) )
10+ * javadoc ([ 22804ad] ( https://github.com/sumup/sumup-java/commit/22804ad03ab03fc509b0c644ad4408ab62fcdac2 ) )
11+ * pre-release maintenance ([ c2ee36f] ( https://github.com/sumup/sumup-java/commit/c2ee36f3aa41b6bbb188423209e001b7830293ee ) )
12+
13+ ## Changelog
14+
315All 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 ) .
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add the dependency in your `build.gradle.kts` file:
2121
2222``` kotlin
2323dependencies {
24- implementation(" com.sumup:sumup:0.0.1 " )
24+ implementation(" com.sumup:sumup:0.0.2 " )
2525}
2626```
2727
@@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file:
3131
3232``` groovy
3333dependencies {
34- implementation 'com.sumup:sumup:0.0.1 '
34+ implementation 'com.sumup:sumup:0.0.2 '
3535}
3636```
3737
@@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file:
4343<dependency >
4444 <groupId >com.sumup</groupId >
4545 <artifactId >sumup</artifactId >
46- <version >0.0.1 </version >
46+ <version >0.0.2 </version >
4747</dependency >
4848```
4949
Original file line number Diff line number Diff line change 1- 0.0.1
1+ 0.0.2
You can’t perform that action at this time.
0 commit comments