Skip to content

Commit c930cbb

Browse files
release: 0.0.5 (#13)
1 parent 407f24b commit c930cbb

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-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.4"
2+
".": "0.0.5"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.0.5](https://github.com/sumup/sumup-java/compare/v0.0.4...v0.0.5) (2026-01-11)
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+
14+
### Bug Fixes
15+
16+
* **cd:** release process ([c52f531](https://github.com/sumup/sumup-java/commit/c52f5312370cff96ba4cd776d4b44ba7635c9c59))
17+
* **cd:** run release pr maintenance only before merging ([7fce233](https://github.com/sumup/sumup-java/commit/7fce2336e08550f627108d6c66318994540acb67))
18+
* **sdk:** build files references ([407f24b](https://github.com/sumup/sumup-java/commit/407f24bc2f086678ae014a25253690518b323e62))
19+
* **sdk:** javadoc comments ([dfe319b](https://github.com/sumup/sumup-java/commit/dfe319b4818838e8d27f3fc0e8c84cde318ccd70))
20+
* **sdk:** sdk name ([0daba9e](https://github.com/sumup/sumup-java/commit/0daba9ebbf982626306e5792774db26251a2381b))
21+
322
## [0.0.4](https://github.com/sumup/sumup-java/compare/v0.0.3...v0.0.4) (2026-01-11)
423

524

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.4")
24+
implementation("com.sumup:sumup:0.0.5")
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.4'
34+
implementation 'com.sumup:sumup:0.0.5'
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.4</version>
46+
<version>0.0.5</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.4
1+
0.0.5

0 commit comments

Comments
 (0)