Skip to content

Commit 6bf2f3c

Browse files
authored
Merge pull request #622 from puppetlabs/3.5.1-release-prep
(maint) Release prep for version 3.5.1
2 parents 1210a4d + 6eb9b9d commit 6bf2f3c

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.5.1](https://github.com/puppetlabs/vmpooler/tree/3.5.1) (2023-08-24)
4+
5+
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.5.0...3.5.1)
6+
7+
**Fixed bugs:**
8+
9+
- \(maint\) Fix bugs from redis and timeout notification updates. [\#621](https://github.com/puppetlabs/vmpooler/pull/621) ([isaac-hammes](https://github.com/isaac-hammes))
10+
311
## [3.5.0](https://github.com/puppetlabs/vmpooler/tree/3.5.0) (2023-08-23)
412

513
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.4.0...3.5.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.5.0)
4+
vmpooler (3.5.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.5.0'
4+
VERSION = '3.5.1'
55
end

0 commit comments

Comments
 (0)