We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f603152 + 164a546 commit 9cde79cCopy full SHA for 9cde79c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## [7.2.0](https://github.com/voxpupuli/beaker/tree/7.2.0) (2025-10-24)
12
13
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.1.0...7.2.0)
lib/beaker/version.rb
@@ -1,5 +1,5 @@
module Beaker
module Version
- STRING = '7.2.0'
+ STRING = '7.2.1'
end
0 commit comments