Skip to content

Commit 9cde79c

Browse files
authored
Merge pull request #1964 from bastelfreak/rel721
Release 7.2.1
2 parents f603152 + 164a546 commit 9cde79c

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
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [7.2.1](https://github.com/voxpupuli/beaker/tree/7.2.1) (2025-10-24)
4+
5+
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.2.0...7.2.1)
6+
7+
**Fixed bugs:**
8+
9+
- gemspec: Add Vox Pupuli as author [\#1963](https://github.com/voxpupuli/beaker/pull/1963) ([bastelfreak](https://github.com/bastelfreak))
10+
311
## [7.2.0](https://github.com/voxpupuli/beaker/tree/7.2.0) (2025-10-24)
412

513
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.1.0...7.2.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.2.0'
3+
STRING = '7.2.1'
44
end
55
end

0 commit comments

Comments
 (0)