Skip to content

Commit d6e6d67

Browse files
authored
Merge pull request #610 from puppetlabs/3.3.0-release
(maint) Release prep for version 3.3.0
2 parents 77cc124 + 2367657 commit d6e6d67

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## [3.3.0](https://github.com/puppetlabs/vmpooler/tree/3.3.0) (2023-08-15)
4+
5+
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.2.0...3.3.0)
6+
7+
**Implemented enhancements:**
8+
9+
- \(RE-15162\) Update Redis gem to version 5.0. [\#561](https://github.com/puppetlabs/vmpooler/pull/561) ([isaac-hammes](https://github.com/isaac-hammes))
10+
11+
**Closed issues:**
12+
13+
- Redis 5.x Deprecations [\#603](https://github.com/puppetlabs/vmpooler/issues/603)
14+
15+
**Merged pull requests:**
16+
17+
- Update rubocop requirement from ~\> 1.55.1 to ~\> 1.56.0 [\#608](https://github.com/puppetlabs/vmpooler/pull/608) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
319
## [3.2.0](https://github.com/puppetlabs/vmpooler/tree/3.2.0) (2023-08-10)
420

521
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.1.0...3.2.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.2.0)
4+
vmpooler (3.3.0)
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.2.0'
4+
VERSION = '3.3.0'
55
end

0 commit comments

Comments
 (0)