Skip to content

Commit 071d4e8

Browse files
committed
Release 1.12.0
1 parent 173b6e1 commit 071d4e8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v1.12.0](https://github.com/riemann/riemann-tools/tree/v1.12.0) (2025-01-15)
4+
5+
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.11.0...v1.12.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Allow passing options to `riemann-bench` [\#300](https://github.com/riemann/riemann-tools/pull/300) ([smortex](https://github.com/smortex))
10+
11+
**Fixed bugs:**
12+
13+
- Fix support of Ruby 3.4 [\#301](https://github.com/riemann/riemann-tools/pull/301) ([smortex](https://github.com/smortex))
14+
315
## [v1.11.0](https://github.com/riemann/riemann-tools/tree/v1.11.0) (2024-07-07)
416

517
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.10.0...v1.11.0)

lib/riemann/tools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Riemann
44
module Tools # :nodoc:
5-
VERSION = '1.11.0'
5+
VERSION = '1.12.0'
66
end
77
end

0 commit comments

Comments
 (0)