Skip to content

Commit

Permalink
prepare release of v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Oct 3, 2024
1 parent 0964c8c commit c8a8f4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## unreleased
## 1.3.1 (2024-10-03)

### Dependencies
* Updated Jackson to 2.18.0
* Updated Jackson to 2.18.0 (#80)

### Fix
* Remove `Automatic-Module-Name` from JAR manifest (#79)
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.3.0</version>
<version>1.3.1</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.3.1-SNAPSHOT</version>
<version>1.3.1</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit c8a8f4c

Please sign in to comment.