Skip to content

Commit 6c98dfd

Browse files
authored
Merge pull request #1991 from bastelfreak/rel741
Release 7.4.1
2 parents 27e6547 + 0877ad8 commit 6c98dfd

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
@@ -2,9 +2,17 @@
22

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

5-
## [7.4.0](https://github.com/voxpupuli/beaker/tree/7.4.0) (2026-01-22)
5+
## [7.4.1](https://github.com/voxpupuli/beaker/tree/7.4.1) (2026-01-31)
66

7-
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.3.0...7.4.0)
7+
[Full Changelog](https://github.com/voxpupuli/beaker/compare/v7.4.0...7.4.1)
8+
9+
**Fixed bugs:**
10+
11+
- Gracefully handle rspec-github not being present [\#1990](https://github.com/voxpupuli/beaker/pull/1990) ([ekohl](https://github.com/ekohl))
12+
13+
## [v7.4.0](https://github.com/voxpupuli/beaker/tree/v7.4.0) (2026-01-22)
14+
15+
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.3.0...v7.4.0)
816

917
**Implemented enhancements:**
1018

lib/beaker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Beaker
22
module Version
3-
STRING = '7.4.0'
3+
STRING = '7.4.1'
44
end
55
end

0 commit comments

Comments
 (0)