Skip to content

Commit

Permalink
prepare release of v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Jun 15, 2023
1 parent 0f0b008 commit 622b13f
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.4 (2023-06-15)

### Fix
* Use `[+-]XX:XX` notation for timezone in date/time parsing
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.3</version>
<version>1.1.4</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.4-SNAPSHOT</version>
<version>1.1.4</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 622b13f

Please sign in to comment.