Skip to content

Commit 4421bd8

Browse files
release: 0.0.3 (#11)
1 parent dfe319b commit 4421bd8

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-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.2"
2+
".": "0.0.3"
33
}

CHANGELOG.md

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

3+
## [0.0.3](https://github.com/sumup/sumup-java/compare/v0.0.2...v0.0.3) (2026-01-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **cd:** release process ([c52f531](https://github.com/sumup/sumup-java/commit/c52f5312370cff96ba4cd776d4b44ba7635c9c59))
9+
* **cd:** run release pr maintenance only before merging ([7fce233](https://github.com/sumup/sumup-java/commit/7fce2336e08550f627108d6c66318994540acb67))
10+
* **sdk:** javadoc comments ([dfe319b](https://github.com/sumup/sumup-java/commit/dfe319b4818838e8d27f3fc0e8c84cde318ccd70))
11+
312
## [0.0.2](https://github.com/sumup/sumup-java/compare/v0.0.1...v0.0.2) (2026-01-10)
413

514

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

0 commit comments

Comments
 (0)