Skip to content

Commit cfe61d9

Browse files
Bump version to v5.0.1
# Patch Release v5.0.1 (2025-10-24) * **Tan Siewert** * server: add new SCO tariffs *Released by Tan Siewert <[email protected]>*
1 parent 2018d32 commit cfe61d9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# For next release
1+
# Patch Release v5.0.1 (2025-10-24)
22
* **Tan Siewert**
33
* server: add new SCO tariffs
44

5-
*Not released yet*
5+
*Released by Tan Siewert <[email protected]>*
66

77
# Major Release v5.0.0 (2025-10-07)
88
* **Tan Siewert**

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Dependency:
2525
<dependency>
2626
<groupId>io.github.sinuscosinustan</groupId>
2727
<artifactId>hetznercloud-api</artifactId>
28-
<version>5.0.0</version>
28+
<version>5.0.1</version>
2929
</dependency>
3030
</dependencies>
3131
```
@@ -40,7 +40,7 @@ repositories {
4040
}
4141
4242
dependencies {
43-
implementation "io.github.sinuscosinustan:hetznercloud-api:5.0.0"
43+
implementation "io.github.sinuscosinustan:hetznercloud-api:5.0.1"
4444
}
4545
```
4646

@@ -49,7 +49,7 @@ dependencies {
4949

5050
```kotlin
5151
dependencies {
52-
implementation("io.github.sinuscosinustan:hetznercloud-api:5.0.0")
52+
implementation("io.github.sinuscosinustan:hetznercloud-api:5.0.1")
5353
}
5454
```
5555
</details>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.sinuscosinustan</groupId>
88
<artifactId>hetznercloud-api</artifactId>
9-
<version>5.0.0</version>
9+
<version>5.0.1</version>
1010

1111
<name>HetznerCloud-API</name>
1212
<description>Java-client for the Hetzner Cloud</description>

0 commit comments

Comments
 (0)