Skip to content

Commit

Permalink
Merge branch 'version_bump' into 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsiewert committed Jan 16, 2024
2 parents 4c3d43b + 2203d27 commit 67b9941
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.3 (2024-01-16)
* **Christian Pelster**
* certificate: add missing type field
* **easyStartup-pulse**
* loadbalancer: add getByName

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

# Patch Release v3.2.2 (2024-01-10)
* **easyStartup-pulse**
* loadbalancer: fix algorithm flag in create request
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.2</version>
<version>3.2.3</version>
</dependency>
</dependencies>
```
Expand All @@ -40,7 +40,7 @@ repositories {
}
dependencies {
implementation "me.tomsdevsn:hetznercloud-api:3.2.2"
implementation "me.tomsdevsn:hetznercloud-api:3.2.3"
}
```

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

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

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

0 comments on commit 67b9941

Please sign in to comment.