Skip to content

Commit 81917d8

Browse files
authored
Merge pull request #140 from bastelfreak/rel820
Release 8.2.0
2 parents 1527e02 + 7bb7da3 commit 81917d8

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.1.0](https://github.com/voxpupuli/puppet-blacksmith/tree/8.1.0) (2025-01-20)
3+
## [8.2.0](https://github.com/voxpupuli/puppet-blacksmith/tree/8.2.0) (2025-06-27)
44

5-
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.0.0...8.1.0)
5+
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.1.0...8.2.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update base64 requirement from ~\> 0.2.0 to \>= 0.2, \< 0.4 [\#137](https://github.com/voxpupuli/puppet-blacksmith/pull/137) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
11+
## [v8.1.0](https://github.com/voxpupuli/puppet-blacksmith/tree/v8.1.0) (2025-01-20)
12+
13+
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v8.0.0...v8.1.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.1.0'
2+
VERSION = '8.2.0'
33
end

0 commit comments

Comments
 (0)