From d28077d06dbd63c157c3a3a7c8e977d9b3e5cbcb Mon Sep 17 00:00:00 2001 From: Chris Arcand Date: Wed, 4 Feb 2026 12:51:56 -0600 Subject: [PATCH] Release v0.20.0 Updates version to 0.20.0 and finalizes changelog with release date. This release includes: - AppRole custom mount path support - Leader cluster_address field exposure - Fix for encode_path hyphen encoding - Fix for NoMethodError on HTTP 204 responses - Fix for FrozenError with OpenSSL 4.0+ --- CHANGELOG.md | 2 +- lib/vault/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c981bf..4e94529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Vault Ruby Changelog -## v?.??.? (Unreleased) +## v0.20.0 (February 4, 2026) IMPROVEMENTS diff --git a/lib/vault/version.rb b/lib/vault/version.rb index e2236e4..c89a97c 100644 --- a/lib/vault/version.rb +++ b/lib/vault/version.rb @@ -2,5 +2,5 @@ # SPDX-License-Identifier: MPL-2.0 module Vault - VERSION = "0.19.0" + VERSION = "0.20.0" end