Skip to content

Commit 23eb5dc

Browse files
authored
Merge pull request #697 from puppetlabs/release_prep_3-9-1
(maint) Release prep for 3.9.1
2 parents 0f5ad7a + e670579 commit 23eb5dc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.9.1](https://github.com/puppetlabs/vmpooler/tree/3.9.1) (2026-03-19)
4+
5+
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.9.0...3.9.1)
6+
7+
**Merged pull requests:**
8+
9+
- \(P4DEVOPS-9434\) Wire RateLimiter middleware into API Rack stack [\#696](https://github.com/puppetlabs/vmpooler/pull/696) ([smahima27](https://github.com/smahima27))
10+
311
## [3.9.0](https://github.com/puppetlabs/vmpooler/tree/3.9.0) (2026-03-17)
412

513
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.8.1...3.9.0)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
vmpooler (3.9.0)
4+
vmpooler (3.9.1)
55
concurrent-ruby (~> 1.1)
66
connection_pool (~> 2.4)
77
deep_merge (~> 1.2)

lib/vmpooler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Vmpooler
4-
VERSION = '3.9.0'
4+
VERSION = '3.9.1'
55
end

0 commit comments

Comments
 (0)