Skip to content

Commit

Permalink
Merge pull request #167 from tomsiewert/update_version
Browse files Browse the repository at this point in the history
Bump version to v3.2.1
  • Loading branch information
sinuscosinustan authored Jan 8, 2024
2 parents 5cc4572 + 48c60c7 commit cd72b15
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,11 +1,11 @@
# For next release
# Patch Release v3.2.1 (2024-01-08)
* **Tom Siewert**
* ISO: Remove "deprecated" field
* ISO: add missing deprecation field
* **easyStartup-pulse**
* Adding support for firewall as input parameter for create server

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

# Minor Release v3.2.0 (2023-08-23)
* **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.0</version>
<version>3.2.1</version>
</dependency>
</dependencies>
```
Expand All @@ -40,7 +40,7 @@ repositories {
}
dependencies {
implementation "me.tomsdevsn:hetznercloud-api:3.2.0"
implementation "me.tomsdevsn:hetznercloud-api:3.2.1"
}
```

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

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

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

0 comments on commit cd72b15

Please sign in to comment.