From 45046b72eef6a25e660277682a0822a55f29a4c6 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Sun, 28 Apr 2024 16:30:54 +0200 Subject: [PATCH] Release 1.3.0 Signed-off-by: Steve Traylen --- CHANGELOG.md | 12 ++++++++++++ lib/beaker-vagrant/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b25b1e9..2fa247b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/voxpupuli/beaker-vagrant/tree/1.3.0) (2024-04-28) + +[Full Changelog](https://github.com/voxpupuli/beaker-vagrant/compare/1.2.0...1.3.0) + +**Implemented enhancements:** + +- Use shorter directory names for beaker-hostgenerator [\#80](https://github.com/voxpupuli/beaker-vagrant/pull/80) ([ekohl](https://github.com/ekohl)) + +**Merged pull requests:** + +- Use .each\_value when only the value is needed [\#82](https://github.com/voxpupuli/beaker-vagrant/pull/82) ([ekohl](https://github.com/ekohl)) + ## [1.2.0](https://github.com/voxpupuli/beaker-vagrant/tree/1.2.0) (2023-04-28) [Full Changelog](https://github.com/voxpupuli/beaker-vagrant/compare/1.1.0...1.2.0) diff --git a/lib/beaker-vagrant/version.rb b/lib/beaker-vagrant/version.rb index 59f6979..9c96025 100644 --- a/lib/beaker-vagrant/version.rb +++ b/lib/beaker-vagrant/version.rb @@ -1,3 +1,3 @@ module BeakerVagrant - VERSION = '1.2.0' + VERSION = '1.3.0' end