Merge pull request #697 from puppetlabs/release_prep_3-9-1

(maint) Release prep for 3.9.1
This commit is contained in:
Mahima Singh 2026-03-19 12:00:39 +05:30 committed by GitHub
commit 23eb5dc949
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# 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)
**Merged pull requests:**
- \(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)
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.8.1...3.9.0)

View file

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

View file

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