Skip to content

Commit 1da20d6

Browse files
committed
Release 3.1.1
1 parent 0f006c7 commit 1da20d6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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

5+
## [3.1.1](https://github.com/voxpupuli/beaker_puppet_helpers/tree/3.1.1) (2025-09-22)
6+
7+
[Full Changelog](https://github.com/voxpupuli/beaker_puppet_helpers/compare/3.1.0...3.1.1)
8+
9+
**Fixed bugs:**
10+
11+
- open-uri: Move from development to runtime dependency [\#83](https://github.com/voxpupuli/beaker_puppet_helpers/pull/83) ([bastelfreak](https://github.com/bastelfreak))
12+
- nokogiri: Move from dev to runtime dependency [\#82](https://github.com/voxpupuli/beaker_puppet_helpers/pull/82) ([bastelfreak](https://github.com/bastelfreak))
13+
514
## [3.1.0](https://github.com/voxpupuli/beaker_puppet_helpers/tree/3.1.0) (2025-09-22)
615

716
[Full Changelog](https://github.com/voxpupuli/beaker_puppet_helpers/compare/3.0.0...3.1.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 = '3.1.0'
5+
s.version = '3.1.1'
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)