From a5d8c84957f9e532b1ea4e4efac1266630101401 Mon Sep 17 00:00:00 2001 From: Ben Lovell Date: Tue, 10 Oct 2023 19:57:15 +0100 Subject: [PATCH] Bump version (#378) --- CHANGELOG.md | 4 ++++ lib/lograge/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa8f9dc..481cc552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ### Unreleased +### 0.14.0 + +* Add Rails 7.1 dedicated `ActiveSupport::Deprecation` [#365](https://github.com/roidrage/lograge/pull/365) + ### 0.13.0 * Add Rails 6 memory allocations to default log [#355](https://github.com/roidrage/lograge/pull/355) diff --git a/lib/lograge/version.rb b/lib/lograge/version.rb index 4f24b796..4f6ca738 100644 --- a/lib/lograge/version.rb +++ b/lib/lograge/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Lograge - VERSION = '0.13.0' + VERSION = '0.14.0' end