Skip to content

Commit

Permalink
Preparations for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed May 12, 2017
1 parent f805a9c commit 3794f4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## 0.6.0 [work in progress]
## 0.6.0 [2017-05-12]
* [feature] Initialization from environment variables using `fromEnv()` in factory (#8)
* [feature] Automatic authentication with `buildAndAuth()`
* [feature] Custom timeout and number of retries (#9)
* [feature] Connector implements `AutoCloseable`
* [fix] `SecretResponse` does not throw NPE on `get(key)` and `getData()`
* [test] Tested against Vault 0.7.2

## 0.5.0 [2017-03-18]
* [feature] Convenience methods for DB credentials (#7)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject

* HTTP(S) backend connector
* Ability to provide or enforce custom CA certificate
* Optional initialization from environment variables
* Authorization methods
* Token
* Username/Password
Expand All @@ -37,7 +38,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
<dependency>
<groupId>de.stklcode.jvault</groupId>
<artifactId>connector</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```

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

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

<packaging>jar</packaging>

Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.8</version>
<version>2.8.8.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3794f4a

Please sign in to comment.