Skip to content

Commit

Permalink
Bump version to v3.2.7
Browse files Browse the repository at this point in the history
# Patch Release v3.2.7 (2024-11-02)
  * **n0ise9914**
    * api: add missing error codes
  * **ogdabou**
    * pricing: make Price class public

*Released by Tan Siewert <tan@siewert.io>*

Signed-off-by: Tan Siewert <tan@siewert.io>
  • Loading branch information
sinuscosinustan committed Nov 2, 2024
1 parent 24e2b83 commit 163bb86
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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.7 (2024-11-02)
* **n0ise9914**
* api: add missing error codes
* **ogdabou**
* pricing: make Price class public

*Released by Tan Siewert <tan@siewert.io>*

# Patch Release v3.2.6 (2024-06-07)
* **Tom Siewert**
* servertype: add new intel types to enum
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.6</version>
<version>3.2.7</version>
</dependency>
</dependencies>
```
Expand All @@ -40,7 +40,7 @@ repositories {
}
dependencies {
implementation "me.tomsdevsn:hetznercloud-api:3.2.6"
implementation "me.tomsdevsn:hetznercloud-api:3.2.7"
}
```

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

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

<name>HetznerCloud-API</name>
<description>Java-client for the Hetzner Cloud</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public enum APIErrorCode {
token_readonly,
unavailable,
unauthorized,

//Certificate related
caa_record_does_not_allow_ca,
ca_dns_validation_failed,
Expand Down

0 comments on commit 163bb86

Please sign in to comment.