Skip to content

Commit

Permalink
(maint) Release prep for version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-hammes committed Aug 18, 2023
1 parent 935d4b7 commit 089071b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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

[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.3.0...3.4.0)

**Implemented enhancements:**

- \(POD-10\) Log reason for failed VM checks. [\#611](https://github.com/puppetlabs/vmpooler/pull/611) ([isaac-hammes](https://github.com/isaac-hammes))

**Closed issues:**

- Log reason connection on port 22 of a failed VM [\#609](https://github.com/puppetlabs/vmpooler/issues/609)

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

[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.2.0...3.3.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.3.0)
vmpooler (3.4.0)
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.3.0'
VERSION = '3.4.0'
end

0 comments on commit 089071b

Please sign in to comment.