mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-03-27 00:57:47 -04:00
(maint) Release prep for 3.9.1
This commit is contained in:
parent
0f5ad7aafd
commit
b6c9e15b00
3 changed files with 10 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
**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)
|
||||
|
||||
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.8.1...3.9.0)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Vmpooler
|
||||
VERSION = '3.9.0'
|
||||
VERSION = '3.9.1'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue