Skip to content

Commit

Permalink
Bump version to v3.2.6
Browse files Browse the repository at this point in the history
# Patch Release v3.2.6 (2024-06-07)
  * **Tom Siewert**
    * servertype: add new intel types to enum

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

Signed-off-by: Tom Siewert <[email protected]>
  • Loading branch information
tomsiewert committed Jun 7, 2024
1 parent 042a59d commit cff091e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# For next release
# Patch Release v3.2.6 (2024-06-07)
* **Tom Siewert**
* servertype: add new intel types to enum

*Not released yet*
*Released by Tom Siewert <[email protected]>*

# Patch Release v3.2.5 (2024-03-27)
* **Tom Siewert**
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.5</version>
<version>3.2.6</version>
</dependency>
</dependencies>
```
Expand All @@ -40,7 +40,7 @@ repositories {
}
dependencies {
implementation "me.tomsdevsn:hetznercloud-api:3.2.5"
implementation "me.tomsdevsn:hetznercloud-api:3.2.6"
}
```

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

```kotlin
dependencies {
implementation("me.tomsdevsn:hetznercloud-api:3.2.5")
implementation("me.tomsdevsn:hetznercloud-api:3.2.6")
}
```
</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.5</version>
<version>3.2.6</version>

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

0 comments on commit cff091e

Please sign in to comment.