From f46b4a1288885d0888e87e619060b299720a2d32 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 20 Jan 2025 14:51:55 +0100 Subject: [PATCH] Release 8.1.0 --- CHANGELOG.md | 16 ++++++++++++++-- lib/puppet_blacksmith/version.rb | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3abd9b8..37e2f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,20 @@ # Changelog -## [8.0.0](https://github.com/voxpupuli/puppet-blacksmith/tree/8.0.0) (2024-10-21) +## [8.1.0](https://github.com/voxpupuli/puppet-blacksmith/tree/8.1.0) (2025-01-20) -[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v7.1.0...8.0.0) +[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.0.0...8.1.0) + +**Implemented enhancements:** + +- Add Ruby 3.4 support [\#132](https://github.com/voxpupuli/puppet-blacksmith/pull/132) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- Update voxpupuli-rubocop requirement from ~\> 2.8.0 to ~\> 3.0.0 [\#131](https://github.com/voxpupuli/puppet-blacksmith/pull/131) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [v8.0.0](https://github.com/voxpupuli/puppet-blacksmith/tree/v8.0.0) (2024-10-21) + +[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v7.1.0...v8.0.0) **Breaking changes:** diff --git a/lib/puppet_blacksmith/version.rb b/lib/puppet_blacksmith/version.rb index 67374c2..66e6d1f 100644 --- a/lib/puppet_blacksmith/version.rb +++ b/lib/puppet_blacksmith/version.rb @@ -1,3 +1,3 @@ module Blacksmith - VERSION = '8.0.0' + VERSION = '8.1.0' end