Skip to content

Commit faa4477

Browse files
authored
Merge pull request #55 from bastelfreak/rel160
Release 1.6.0
2 parents b43d6be + a237e7d commit faa4477

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.5.0](https://github.com/voxpupuli/beaker_puppet_helpers/tree/1.5.0) (2024-10-15)
5+
## [1.6.0](https://github.com/voxpupuli/beaker_puppet_helpers/tree/1.6.0) (2024-12-11)
6+
7+
[Full Changelog](https://github.com/voxpupuli/beaker_puppet_helpers/compare/1.5.0...1.6.0)
8+
9+
**Implemented enhancements:**
10+
11+
- update fact\_on\(\) from `facter` to `puppet facts` [\#54](https://github.com/voxpupuli/beaker_puppet_helpers/pull/54) ([bastelfreak](https://github.com/bastelfreak))
12+
13+
**Merged pull requests:**
14+
15+
- voxpupuli-rubocop: Update 2.7.0-\>3.0.0 [\#53](https://github.com/voxpupuli/beaker_puppet_helpers/pull/53) ([bastelfreak](https://github.com/bastelfreak))
16+
17+
## [1.5.0](https://github.com/voxpupuli/beaker_puppet_helpers/tree/1.5.0) (2024-10-16)
618

719
[Full Changelog](https://github.com/voxpupuli/beaker_puppet_helpers/compare/1.4.0...1.5.0)
820

beaker_puppet_helpers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'beaker_puppet_helpers'
5-
s.version = '1.5.0'
5+
s.version = '1.6.0'
66
s.authors = ['Vox Pupuli']
77
s.email = ['voxpupuli@groups.io']
88
s.homepage = 'https://github.com/voxpupuli/beaker_puppet_helpers'

0 commit comments

Comments
 (0)