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

This commit is contained in:
Stefan Kalscheuer 2022-08-29 10:02:41 +02:00
parent b5ed7704e3
commit 207da42495
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
## UNRELEASED
## 1.1.1 (2022-08-29)
### Dependencies
* Updated Jackson to 2.13.3
### Test
* Tested against Vault 1.11.2
* Tested with Java 18
## 1.1.0 (2022-04-24)

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.0</version>
<version>1.1.1</version>
</dependency>
```

View File

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