Skip to content

Commit

Permalink
Bump version to v3.2.5
Browse files Browse the repository at this point in the history
# Patch Release v3.2.5 (2024-03-27)
  * **Tom Siewert**
    * Update dependencies
  * **litetex**
    * firewall: make getFirewall public

*Released by Tom Siewert <[email protected]>*

Signed-off-by: Tom Siewert <[email protected]>
  • Loading branch information
sinuscosinustan committed Mar 27, 2024
1 parent d79af55 commit 52bdd3b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Patch Release v3.2.5 (2024-03-27)
* **Tom Siewert**
* Update dependencies
* **litetex**
* firewall: make getFirewall public

*Released by Tom Siewert <[email protected]>*

# Patch Release v3.2.4 (2024-02-01)
* **easystartup-io**
* servertype: add getServerTypes paginated
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Dependency:
<dependency>
<groupId>me.tomsdevsn</groupId>
<artifactId>hetznercloud-api</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</dependency>
</dependencies>
```
Expand All @@ -40,7 +40,7 @@ repositories {
}
dependencies {
implementation "me.tomsdevsn:hetznercloud-api:3.2.4"
implementation "me.tomsdevsn:hetznercloud-api:3.2.5"
}
```

Expand All @@ -49,7 +49,7 @@ dependencies {

```kotlin
dependencies {
implementation("me.tomsdevsn:hetznercloud-api:3.2.4")
implementation("me.tomsdevsn:hetznercloud-api:3.2.5")
}
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.tomsdevsn</groupId>
<artifactId>hetznercloud-api</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>

<name>HetznerCloud-API</name>
<description>Java-client for the Hetzner Cloud</description>
Expand Down

0 comments on commit 52bdd3b

Please sign in to comment.