Skip to content

Commit 7c953d2

Browse files
authored
Merge pull request #142 from bastelfreak/rel830
Release 8.3.0
2 parents 7044d52 + f7ad3a9 commit 7c953d2

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

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

3-
## [8.2.0](https://github.com/voxpupuli/puppet-blacksmith/tree/8.2.0) (2025-06-27)
3+
## [8.3.0](https://github.com/voxpupuli/puppet-blacksmith/tree/8.3.0) (2025-07-18)
44

5-
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.1.0...8.2.0)
5+
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.2.0...8.3.0)
6+
7+
**Implemented enhancements:**
8+
9+
- remove unused puppet testing dependency [\#141](https://github.com/voxpupuli/puppet-blacksmith/pull/141) ([bastelfreak](https://github.com/bastelfreak))
10+
11+
**Merged pull requests:**
12+
13+
- cucumber: Allow 10.x [\#138](https://github.com/voxpupuli/puppet-blacksmith/pull/138) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
15+
## [v8.2.0](https://github.com/voxpupuli/puppet-blacksmith/tree/v8.2.0) (2025-06-27)
16+
17+
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.1.0...v8.2.0)
618

719
**Merged pull requests:**
820

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

0 commit comments

Comments
 (0)