Skip to content

Commit

Permalink
Bump version to v3.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Siewert <[email protected]>
  • Loading branch information
tomsiewert committed Dec 29, 2022
1 parent cb4773f commit 9438345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# For next release
# Patch Release v3.0.1 (2022-12-29)
* **Arzhang Mosaffa**
* API: Prevent OkHttp POST with null body

OkHttp doesn't let to send post requests with null body, and also the body (with empty json object) is required by hetzner cloud api.
* **Tom Siewert**
* API: Add method to define OkHttpClient instance
* PrimaryIP: Do not include null values for PublicNetRequest
* test: Add server reset test

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

# Major Release v3.0.0 (2022-12-23)
* **Christian Pelster**
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.0.0</version>
<version>3.0.1</version>

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

0 comments on commit 9438345

Please sign in to comment.