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