Release prep for 3.9.0

- Bump version 3.8.1 -> 3.9.0
- Update CHANGELOG with circuit breaker / adaptive timeout (P4DEVOPS-9438)
- Update Gemfile.lock
This commit is contained in:
Mahima Singh 2026-03-17 11:17:07 +05:30
parent 21c261f0e1
commit 91d2971024
3 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Vmpooler
VERSION = '3.8.1'
VERSION = '3.9.0'
end