From 071d4e8406800f45481be177b9b00d6086e634da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 15 Jan 2025 09:02:02 -1000 Subject: [PATCH] Release 1.12.0 --- CHANGELOG.md | 12 ++++++++++++ lib/riemann/tools/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d8abdaf..8711f2af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v1.12.0](https://github.com/riemann/riemann-tools/tree/v1.12.0) (2025-01-15) + +[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.11.0...v1.12.0) + +**Implemented enhancements:** + +- Allow passing options to `riemann-bench` [\#300](https://github.com/riemann/riemann-tools/pull/300) ([smortex](https://github.com/smortex)) + +**Fixed bugs:** + +- Fix support of Ruby 3.4 [\#301](https://github.com/riemann/riemann-tools/pull/301) ([smortex](https://github.com/smortex)) + ## [v1.11.0](https://github.com/riemann/riemann-tools/tree/v1.11.0) (2024-07-07) [Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.10.0...v1.11.0) diff --git a/lib/riemann/tools/version.rb b/lib/riemann/tools/version.rb index 599baf24..99d48d1f 100644 --- a/lib/riemann/tools/version.rb +++ b/lib/riemann/tools/version.rb @@ -2,6 +2,6 @@ module Riemann module Tools # :nodoc: - VERSION = '1.11.0' + VERSION = '1.12.0' end end