Skip to content

Commit 295c001

Browse files
release: 0.0.6 (#22)
1 parent 9f14d02 commit 295c001

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

.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.5"
2+
".": "0.0.6"
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.6](https://github.com/sumup/sumup-java/compare/v0.0.5...v0.0.6) (2026-01-20)
4+
5+
6+
### Features
7+
8+
* report runtime properties ([#21](https://github.com/sumup/sumup-java/issues/21)) ([0f26bb5](https://github.com/sumup/sumup-java/commit/0f26bb5c0337f72c241b7218bc480d86408a4250))
9+
310
## [0.0.5](https://github.com/sumup/sumup-java/compare/v0.0.4...v0.0.5) (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-sdk:0.0.5")
24+
implementation("com.sumup:sumup-sdk:0.0.6")
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-sdk:0.0.5'
34+
implementation 'com.sumup:sumup-sdk:0.0.6'
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-sdk</artifactId>
46-
<version>0.0.5</version>
46+
<version>0.0.6</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.5
1+
0.0.6

0 commit comments

Comments
 (0)