Skip to content

Commit 0889590

Browse files
committed
Release v0.20.1
1 parent 8b5a321 commit 0889590

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v0.20.1 (March 31, 2026)
6+
57
BUG FIXES
68

79
- Removed explicit `connection_pool` runtime dependency to allow use of connection_pool 3.x for compatibility with sidekiq 8.1+. The gem is already managed as a transitive dependency by `net-http-persistent`, which supports connection_pool 2.2.4+ through 3.x. [GH-393]

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.20.0"
5+
VERSION = "0.20.1"
66
end

0 commit comments

Comments
 (0)