(maint) Release prep for 3.9.1

This commit is contained in:
Mahima Singh 2026-03-19 11:46:30 +05:30
parent 0f5ad7aafd
commit b6c9e15b00
3 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## [3.9.1](https://github.com/puppetlabs/vmpooler/tree/3.9.1) (2026-03-19)
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.9.0...3.9.1)
**Fixed bugs:**
- \(P4DEVOPS-9434\) Wire RateLimiter middleware into API Rack stack [\#696](https://github.com/puppetlabs/vmpooler/pull/696) ([smahima27](https://github.com/smahima27))
## [3.9.0](https://github.com/puppetlabs/vmpooler/tree/3.9.0) (2026-03-17) ## [3.9.0](https://github.com/puppetlabs/vmpooler/tree/3.9.0) (2026-03-17)
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.8.1...3.9.0) [Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.8.1...3.9.0)

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
vmpooler (3.9.0) vmpooler (3.9.1)
concurrent-ruby (~> 1.1) concurrent-ruby (~> 1.1)
connection_pool (~> 2.4) connection_pool (~> 2.4)
deep_merge (~> 1.2) deep_merge (~> 1.2)

View file

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