Skip to content

Commit

Permalink
Merge pull request #622 from puppetlabs/3.5.1-release-prep
Browse files Browse the repository at this point in the history
(maint) Release prep for version 3.5.1
  • Loading branch information
isaac-hammes authored Aug 24, 2023
2 parents 1210a4d + 6eb9b9d commit 6bf2f3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.5.1](https://github.com/puppetlabs/vmpooler/tree/3.5.1) (2023-08-24)

[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.5.0...3.5.1)

**Fixed bugs:**

- \(maint\) Fix bugs from redis and timeout notification updates. [\#621](https://github.com/puppetlabs/vmpooler/pull/621) ([isaac-hammes](https://github.com/isaac-hammes))

## [3.5.0](https://github.com/puppetlabs/vmpooler/tree/3.5.0) (2023-08-23)

[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.4.0...3.5.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vmpooler (3.5.0)
vmpooler (3.5.1)
concurrent-ruby (~> 1.1)
connection_pool (~> 2.4)
deep_merge (~> 1.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/vmpooler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Vmpooler
VERSION = '3.5.0'
VERSION = '3.5.1'
end

0 comments on commit 6bf2f3c

Please sign in to comment.