Skip to content

Commit

Permalink
Prepare Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsevel committed Nov 22, 2023
1 parent eefd6ae commit 75cc2a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release:
current-version: "3.4.0.CR1"
next-version: 3.4.0-SNAPSHOT
current-version: "3.4.0"
next-version: 3.5.0-SNAPSHOT

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.vault/quarkus-vault?logo=apache-maven&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.vault/quarkus-vault)

Note: Quarkus Vault `3.3.0` introduced an issue breaking Vault Dev Service in Quarkus `3.5`. Quarkus Vault `3.4.0` fixes
that issue, and is the default version for Quarkus `3.6`. If you want Dev Service to work with Quarkus `3.5`
you can force an upgrade to Quarkus Vault `3.4.0`, which should work with both Quarkus `3.5` and `3.6`.

## Introduction

This Quarkus extension enables the use of [HashiCorp Vault](https://www.vaultproject.io) as a config source in Quarkus.
Expand Down

0 comments on commit 75cc2a0

Please sign in to comment.