From 6ceb2dbda71be62e5ab6a6ce292e863e6b6f6383 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 28 May 2024 16:00:07 +0200 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 13 +++++++++++++ lib/beaker-vcloud/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94dce29..a7d00bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/voxpupuli/beaker-vcloud/tree/2.1.0) (2024-05-28) + +[Full Changelog](https://github.com/voxpupuli/beaker-vcloud/compare/2.0.0...2.1.0) + +**Implemented enhancements:** + +- beaker: Allow 6.x [\#33](https://github.com/voxpupuli/beaker-vcloud/pull/33) ([bastelfreak](https://github.com/bastelfreak)) +- Run release tasks on Ruby 3.3 [\#30](https://github.com/voxpupuli/beaker-vcloud/pull/30) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- Update voxpupuli-rubocop requirement from ~\> 2.6.0 to ~\> 2.7.0 [\#32](https://github.com/voxpupuli/beaker-vcloud/pull/32) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [2.0.0](https://github.com/voxpupuli/beaker-vcloud/tree/2.0.0) (2024-04-23) [Full Changelog](https://github.com/voxpupuli/beaker-vcloud/compare/1.1.0...2.0.0) diff --git a/lib/beaker-vcloud/version.rb b/lib/beaker-vcloud/version.rb index 3cfa746..52fe8b9 100644 --- a/lib/beaker-vcloud/version.rb +++ b/lib/beaker-vcloud/version.rb @@ -1,3 +1,3 @@ module BeakerVcloud - VERSION = '2.0.0' + VERSION = '2.1.0' end