From dfdf1b679ec90b6b2e92292c4d2c30f49243f22d Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Mon, 5 Jan 2026 10:30:29 -0800 Subject: [PATCH] 4.3.0 release prep --- CHANGELOG.md | 11 +++++++++++ lib/beaker-puppet/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af5c73..a6e236b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +All notable changes to this project will be documented in this file. + +## [4.3.0](https://github.com/puppetlabs/beaker-puppet/tree/4.3.0) (2026-01-06) + +[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/4.2.0...4.3.0) + +**Implemented enhancements:** + +- Add Ruby 4.0 support [\#271](https://github.com/puppetlabs/beaker-puppet/pull/271) ([bastelfreak](https://github.com/bastelfreak)) +- Add Ruby 3.4 support [\#269](https://github.com/puppetlabs/beaker-puppet/pull/269) ([bastelfreak](https://github.com/bastelfreak)) + ## [4.2.0](https://github.com/puppetlabs/beaker-puppet/tree/4.2.0) (2025-01-17) [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/4.1.1...4.2.0) diff --git a/lib/beaker-puppet/version.rb b/lib/beaker-puppet/version.rb index 31987c1..ed6b89d 100644 --- a/lib/beaker-puppet/version.rb +++ b/lib/beaker-puppet/version.rb @@ -1,3 +1,3 @@ module BeakerPuppet - VERSION = '4.2.0' + VERSION = '4.3.0' end