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

This commit is contained in:
Stefan Kalscheuer 2021-11-21 11:42:16 +01:00
parent 61dcfc79d3
commit 7be745b5fb
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## UNRELEASED
## 1.0.1 (2021-11-21)
### Fix
* Make `HTTPVaultConnectorBuilder#withPort(Integer)` null-safe (#56)

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.0.0</version>
<version>1.0.1</version>
</dependency>
```

View File

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