Skip to content

Commit f77d89e

Browse files
release: 0.0.4 (#12)
1 parent 0daba9e commit f77d89e

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-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.3"
2+
".": "0.0.4"
33
}

CHANGELOG.md

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

3+
## [0.0.4](https://github.com/sumup/sumup-java/compare/v0.0.3...v0.0.4) (2026-01-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **sdk:** sdk name ([0daba9e](https://github.com/sumup/sumup-java/commit/0daba9ebbf982626306e5792774db26251a2381b))
9+
310
## [0.0.3](https://github.com/sumup/sumup-java/compare/v0.0.2...v0.0.3) (2026-01-11)
411

512

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

0 commit comments

Comments
 (0)