Skip to content

Commit fc0677d

Browse files
authored
Merge pull request #69 from bastelfreak/rel230
Release 2.3.0
2 parents 237fb19 + 7e8d5b6 commit fc0677d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [2.3.0](https://github.com/voxpupuli/beaker_puppet_helpers/tree/2.3.0) (2025-06-15)
6+
7+
[Full Changelog](https://github.com/voxpupuli/beaker_puppet_helpers/compare/2.2.0...2.3.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Remove base64 & benchmark dependencies [\#68](https://github.com/voxpupuli/beaker_puppet_helpers/pull/68) ([bastelfreak](https://github.com/bastelfreak))
12+
513
## [2.2.0](https://github.com/voxpupuli/beaker_puppet_helpers/tree/2.2.0) (2025-03-19)
614

715
[Full Changelog](https://github.com/voxpupuli/beaker_puppet_helpers/compare/2.1.0...2.2.0)

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 = '2.2.0'
5+
s.version = '2.3.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)