Skip to content

Commit

Permalink
prepare release of v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Aug 19, 2023
1 parent 199dfd3 commit be23129
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased
## 1.1.5 (2023-08-19)

### Fix
* Fixed JSON type conversion in `SecretResponse#get(String, Class)` (#67)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4</version>
<version>1.1.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.stklcode.jvault</groupId>
<artifactId>jvault-connector</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit be23129

Please sign in to comment.