Skip to content

Commit 4b082d4

Browse files
release: 0.0.2 (#1)
1 parent de1ded3 commit 4b082d4

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
315
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).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add the dependency in your `build.gradle.kts` file:
2121

2222
```kotlin
2323
dependencies {
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
3333
dependencies {
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

0 commit comments

Comments
 (0)