File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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**
Original file line number Diff line number Diff 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
4242dependencies {
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
5151dependencies {
52- implementation(" io.github.sinuscosinustan:hetznercloud-api:5.0.0 " )
52+ implementation(" io.github.sinuscosinustan:hetznercloud-api:5.0.1 " )
5353}
5454```
5555</details >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments