diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2e216..701dc56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Changelog -## [9.0.0](https://github.com/voxpupuli/puppet-blacksmith/tree/9.0.0) (2025-09-26) +## [9.1.0](https://github.com/voxpupuli/puppet-blacksmith/tree/9.1.0) (2026-01-06) -[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.3.0...9.0.0) +[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v9.0.0...9.1.0) + +**Implemented enhancements:** + +- Add Ruby 4.0 support [\#157](https://github.com/voxpupuli/puppet-blacksmith/pull/157) ([dependabot[bot]](https://github.com/apps/dependabot)) +- refactor: replace rest-client with net/http [\#154](https://github.com/voxpupuli/puppet-blacksmith/pull/154) ([jay7x](https://github.com/jay7x)) + +## [v9.0.0](https://github.com/voxpupuli/puppet-blacksmith/tree/v9.0.0) (2025-09-26) + +[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.3.0...v9.0.0) **Breaking changes:** diff --git a/lib/puppet_blacksmith/version.rb b/lib/puppet_blacksmith/version.rb index 706cdf8..278cd42 100644 --- a/lib/puppet_blacksmith/version.rb +++ b/lib/puppet_blacksmith/version.rb @@ -1,3 +1,3 @@ module Blacksmith - VERSION = '9.0.0' + VERSION = '9.1.0' end