Skip to content

Commit 337fdda

Browse files
committed
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+
1 parent d4ee3dd commit 337fdda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vault Ruby Changelog
22

3-
## v?.??.? (Unreleased)
3+
## v0.20.0 (February 4, 2026)
44

55
IMPROVEMENTS
66

lib/vault/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: MPL-2.0
33

44
module Vault
5-
VERSION = "0.19.0"
5+
VERSION = "0.20.0"
66
end

0 commit comments

Comments
 (0)