Skip to content

Commit 62581a4

Browse files
authored
Merge pull request #148 from bastelfreak/rel900
Release 9.0.0
2 parents 9866ff7 + 0558da7 commit 62581a4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

3-
## [8.3.0](https://github.com/voxpupuli/puppet-blacksmith/tree/8.3.0) (2025-07-18)
3+
## [9.0.0](https://github.com/voxpupuli/puppet-blacksmith/tree/9.0.0) (2025-09-26)
44

5-
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.2.0...8.3.0)
5+
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.3.0...9.0.0)
6+
7+
**Breaking changes:**
8+
9+
- Require Ruby 3.2 or newer [\#145](https://github.com/voxpupuli/puppet-blacksmith/pull/145) ([bastelfreak](https://github.com/bastelfreak))
10+
11+
## [v8.3.0](https://github.com/voxpupuli/puppet-blacksmith/tree/v8.3.0) (2025-07-18)
12+
13+
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.2.0...v8.3.0)
614

715
**Implemented enhancements:**
816

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 = '8.3.0'
2+
VERSION = '9.0.0'
33
end

0 commit comments

Comments
 (0)