Skip to content

Commit be23129

Browse files
committed
prepare release of v1.1.5
1 parent 199dfd3 commit be23129

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## unreleased
1+
## 1.1.5 (2023-08-19)
22

33
### Fix
44
* Fixed JSON type conversion in `SecretResponse#get(String, Class)` (#67)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
4040
<dependency>
4141
<groupId>de.stklcode.jvault</groupId>
4242
<artifactId>jvault-connector</artifactId>
43-
<version>1.1.4</version>
43+
<version>1.1.5</version>
4444
</dependency>
4545
```
4646

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.stklcode.jvault</groupId>
66
<artifactId>jvault-connector</artifactId>
7-
<version>1.1.5-SNAPSHOT</version>
7+
<version>1.1.5</version>
88

99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)