Skip to content

Commit

Permalink
Include changelog note
Browse files Browse the repository at this point in the history
  • Loading branch information
ianferguson committed Jan 30, 2021
1 parent b793dd2 commit fc7cfb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ alike, without causing conflicts with any other dependency.
NOTE: Although the binary artifact produced by the project is backwards-compatible with Java 8, you do need
JDK 9 or higher to modify or build the source code of this library itself.

This Change
-----------

Table of Contents
-----------------
* [Installing the Driver](#installing-the-driver)
Expand Down Expand Up @@ -271,6 +268,9 @@ Note that changes to the major version (i.e. the first number) represent possibl
may require modifications in your code to migrate. Changes to the minor version (i.e. the second number)
should represent non-breaking changes. The third number represents any very minor bugfix patches.

* **6.1.0**: This release contains the following updates:
* Include `X-Vault-Request: true` header on all requests to work with Vault Agent's w/ `require_request_header` set to true. [(PR #3)](https://github.com/ianferguson/vault-java-driver/pull/3)

* **6.0.0**: This release contains the following updates:
* Inaugural release of ianferguson/vault-java-driver fork
* Move code packages and maven groupdId from com.bettercloud to io.ianferguson [(PR #1)](https://github.com/ianferguson/vault-java-driver/pull/1)
Expand Down

0 comments on commit fc7cfb6

Please sign in to comment.