Skip to content

Commit ee2b852

Browse files
authored
Merge pull request #159 from bastelfreak/rel910
Release 9.1.0
2 parents 51147ff + ee0ff12 commit ee2b852

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Changelog
22

3-
## [9.0.0](https://github.com/voxpupuli/puppet-blacksmith/tree/9.0.0) (2025-09-26)
3+
## [9.1.0](https://github.com/voxpupuli/puppet-blacksmith/tree/9.1.0) (2026-01-06)
44

5-
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.3.0...9.0.0)
5+
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v9.0.0...9.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add Ruby 4.0 support [\#157](https://github.com/voxpupuli/puppet-blacksmith/pull/157) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- refactor: replace rest-client with net/http [\#154](https://github.com/voxpupuli/puppet-blacksmith/pull/154) ([jay7x](https://github.com/jay7x))
11+
12+
## [v9.0.0](https://github.com/voxpupuli/puppet-blacksmith/tree/v9.0.0) (2025-09-26)
13+
14+
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.3.0...v9.0.0)
615

716
**Breaking changes:**
817

lib/puppet_blacksmith/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Blacksmith
2-
VERSION = '9.0.0'
2+
VERSION = '9.1.0'
33
end

0 commit comments

Comments
 (0)