Skip to content

Commit

Permalink
Merge pull request #172 from tomsiewert/version_bump
Browse files Browse the repository at this point in the history
Bump version to v3.2.2
  • Loading branch information
tomsiewert committed Jan 10, 2024
2 parents a45d726 + 95d9a8d commit f5c62b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Patch Release v3.2.2 (2024-01-10)
* **easyStartup-pulse**
* loadbalancer: fix algorithm flag in create request

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

# Patch Release v3.2.1 (2024-01-08)
* **Tom Siewert**
* ISO: Remove "deprecated" field
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.1</version>
<version>3.2.2</version>
</dependency>
</dependencies>
```
Expand All @@ -40,7 +40,7 @@ repositories {
}
dependencies {
implementation "me.tomsdevsn:hetznercloud-api:3.2.1"
implementation "me.tomsdevsn:hetznercloud-api:3.2.2"
}
```

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

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

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

0 comments on commit f5c62b3

Please sign in to comment.