prepare release of v1.1.4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2023-06-15 18:08:24 +02:00
parent 0f0b008f2f
commit 622b13f508
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## unreleased
## 1.1.4 (2023-06-15)
### Fix
* Use `[+-]XX:XX` notation for timezone in date/time parsing

View File

@ -40,7 +40,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
<dependency>
<groupId>de.stklcode.jvault</groupId>
<artifactId>jvault-connector</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
```

View File

@ -4,7 +4,7 @@
<groupId>de.stklcode.jvault</groupId>
<artifactId>jvault-connector</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<packaging>jar</packaging>