Skip to content

Commit 8a30419

Browse files
committed
Release 7.4.0
1 parent 89ab2f5 commit 8a30419

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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)
6+
7+
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.3.0...7.4.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Respect no\_color [\#1980](https://github.com/voxpupuli/beaker/pull/1980) ([bwitt](https://github.com/bwitt))
12+
13+
**Fixed bugs:**
14+
15+
- Avoid duplicating PermitUserEnvironment [\#1954](https://github.com/voxpupuli/beaker/pull/1954) ([kajinamit](https://github.com/kajinamit))
16+
17+
**Merged pull requests:**
18+
19+
- Add rspec annotations to GitHub CI [\#1986](https://github.com/voxpupuli/beaker/pull/1986) ([bastelfreak](https://github.com/bastelfreak))
20+
521
## [7.3.0](https://github.com/voxpupuli/beaker/tree/7.3.0) (2026-01-06)
622

723
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.2.2...7.3.0)

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.3.0'
3+
STRING = '7.4.0'
44
end
55
end

0 commit comments

Comments
 (0)