Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.0.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Changelog

## [0.0.2](https://github.com/sumup/sumup-java/compare/v0.0.1...v0.0.2) (2026-01-10)


### Features

* enums ([dcda1de](https://github.com/sumup/sumup-java/commit/dcda1dee10fb7a35e220dc6b729ff672a5f4f4d1))
* init ([541ed18](https://github.com/sumup/sumup-java/commit/541ed188e91e5fcde21f05fadc5595fb2dd8f02b))
* javadoc ([22804ad](https://github.com/sumup/sumup-java/commit/22804ad03ab03fc509b0c644ad4408ab62fcdac2))
* pre-release maintenance ([c2ee36f](https://github.com/sumup/sumup-java/commit/c2ee36f3aa41b6bbb188423209e001b7830293ee))

## Changelog

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).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the dependency in your `build.gradle.kts` file:

```kotlin
dependencies {
implementation("com.sumup:sumup:0.0.1")
implementation("com.sumup:sumup:0.0.2")
}
```

Expand All @@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file:

```groovy
dependencies {
implementation 'com.sumup:sumup:0.0.1'
implementation 'com.sumup:sumup:0.0.2'
}
```

Expand All @@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file:
<dependency>
<groupId>com.sumup</groupId>
<artifactId>sumup</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
Loading