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