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

This commit is contained in:
Stefan Kalscheuer 2023-12-11 17:44:00 +01:00
parent 531111cb2b
commit 68ed8945b1
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
## unreleased
## 1.2.0 (2023-12-11)
### Deprecations
* `get...TimeString()` methods on various model classes are now deprecated

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.5</version>
<version>1.2.0</version>
</dependency>
```

View File

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