From 89753c66856c8c5a2bc08a5edcea1effae60224f Mon Sep 17 00:00:00 2001 From: Stefan Kaes Date: Wed, 11 Oct 2023 07:59:57 +0200 Subject: [PATCH] bumped version to 0.14.1 --- CHANGELOG.md | 4 ++++ lib/time_bandits/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8b5f9..9665de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.14.1 + +* Fixed that ActiveReccord metrics where only collected at log level DEBUG. + ## 0.14.0 * Support Rails 7.1.0. diff --git a/lib/time_bandits/version.rb b/lib/time_bandits/version.rb index a75da5b..01064f2 100644 --- a/lib/time_bandits/version.rb +++ b/lib/time_bandits/version.rb @@ -1,3 +1,3 @@ module TimeBandits - VERSION = "0.14.0" + VERSION = "0.14.1" end