From 12810b6deb4d8a412033c22da623d2112d38d93b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 26 Jul 2023 15:14:07 -1000 Subject: [PATCH] Release 4.40.2 --- CHANGELOG.md | 25 +++++++++++++++++++------ lib/beaker/version.rb | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efa2f62d5..9a169a800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ # Changelog +## [4.40.2](https://github.com/voxpupuli/beaker/tree/4.40.2) (2023-07-26) + +[Full Changelog](https://github.com/voxpupuli/beaker/compare/4.40.1...4.40.2) + +**Fixed bugs:** + +- Fix Minitest capitalization [\#1818](https://github.com/voxpupuli/beaker/pull/1818) ([mhashizume](https://github.com/mhashizume)) + ## [4.40.1](https://github.com/voxpupuli/beaker/tree/4.40.1) (2023-05-05) +[Full Changelog](https://github.com/voxpupuli/beaker/compare/4.40.0...4.40.1) + **Merged Changes:** - in-parallel: Allow 1.x [\#1813](https://github.com/voxpupuli/beaker/pull/1813) ([bastelfreak](https://github.com/bastelfreak)) @@ -18,20 +28,23 @@ [Full Changelog](https://github.com/voxpupuli/beaker/compare/4.38.1...4.39.0) -**Fixed bugs:** - -- Extend list of permitted classes for YAML safe load and allow aliases [\#1758](https://github.com/voxpupuli/beaker/pull/1758) ([nmburgan](https://github.com/nmburgan)) - **Implemented enhancements:** -- Add Rubocop [\#1761](https://github.com/voxpupuli/beaker/pull/1761) ([ekohl](https://github.com/ekohl)) -- Update net-scp requirement from >= 1.2, < 4.0 to >= 1.2, < 5.0 [\#1757](https://github.com/voxpupuli/beaker/pull/1757) - \(maint\) StringInclude Rubocop corrections [\#1765](https://github.com/voxpupuli/beaker/pull/1765) ([mhashizume](https://github.com/mhashizume)) +- Add Rubocop [\#1761](https://github.com/voxpupuli/beaker/pull/1761) ([ekohl](https://github.com/ekohl)) + +**Fixed bugs:** + +- Extend list of permitted classes for YAML safe load and allow aliases [\#1758](https://github.com/voxpupuli/beaker/pull/1758) ([nmburgan](https://github.com/nmburgan)) **Closed issues:** - Ruby 3.1/Psych 4 compatibility issues [\#1753](https://github.com/voxpupuli/beaker/issues/1753) +**Merged pull requests:** + +- Update net-scp requirement from \>= 1.2, \< 4.0 to \>= 1.2, \< 5.0 [\#1757](https://github.com/voxpupuli/beaker/pull/1757) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [4.38.1](https://github.com/voxpupuli/beaker/tree/4.38.1) (2022-09-21) [Full Changelog](https://github.com/voxpupuli/beaker/compare/4.38.0...4.38.1) diff --git a/lib/beaker/version.rb b/lib/beaker/version.rb index 0f6743c34..9437ff927 100644 --- a/lib/beaker/version.rb +++ b/lib/beaker/version.rb @@ -1,5 +1,5 @@ module Beaker module Version - STRING = '4.40.1' + STRING = '4.40.2' end end