Skip to content

Commit 93c5c17

Browse files
Bumps version to 4.2.0-SNAPSHOT. Updates README to reflect in-progress version, and recently-merged PR #178.
1 parent 5466f6c commit 93c5c17

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ Note that changes to the major version (i.e. the first number) represent possibl
252252
may require modifications in your code to migrate. Changes to the minor version (i.e. the second number)
253253
should represent non-breaking changes. The third number represents any very minor bugfix patches.
254254

255-
* **4.1.0**: This release contains the following update:
255+
* **4.2.0 (IN PROGRESS)**: This release contains the following updates:
256+
* Removes stray uses of `System.out.println` in favor of `java.util.logging`. [(PR #178)](https://github.com/BetterCloud/vault-java-driver/pull/178)
257+
* **4.1.0**: This release contains the following updates:
256258
* Support for JWT authentication, for use by Kubernetes and other JWT-based authentication providers. [(PR #164)](https://github.com/BetterCloud/vault-java-driver/pull/164)
257259
* Updates the lease revoke method, to support changes in the underlying Vault API. [(PR #163)](https://github.com/BetterCloud/vault-java-driver/pull/163)
258260
* Changes the `VaultConfig.secretsEnginePathMap(...)` method from default access level to `public`, to allow for manual

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
group 'com.bettercloud'
66
archivesBaseName = 'vault-java-driver'
7-
version '4.1.0'
7+
version '4.2.0-SNAPSHOT'
88
ext.isReleaseVersion = !version.endsWith('SNAPSHOT')
99

1010
// This project is actually limited to Java 8 compatibility. See below.

0 commit comments

Comments
 (0)