diff --git a/CHANGELOG.md b/CHANGELOG.md index 934933a9..8b5f33f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # paranoia Changelog -## 2.2.2 (Unreleased) +## 2.3.0 (2017-04-14) + +* [#393](https://github.com/rubysherpas/paranoia/pull/393) Drop support for Rails 4.1 and begin supporting Rails 5.1. + + [Miklós Fazekas (@mfazekas)](https://github.com/mfazekas) + +* [#391](https://github.com/rubysherpas/paranoia/pull/391) Use Contributor Covenant Version 1.4 + + [Ben A. Morgan (@BenMorganIO)](https://github.com/BenMorganIO) + +* [#390](https://github.com/rubysherpas/paranoia/pull/390) Fix counter cache with double destroy, really_destroy, and restore + + [Chris Oliver (@excid3)](https://github.com/excid3) * [#389](https://github.com/rubysherpas/paranoia/pull/389) Added association not soft destroyed validator @@ -8,6 +20,13 @@ [Edward Poot (@edwardmp)](https://github.com/edwardmp) +* [#383](https://github.com/rubysherpas/paranoia/pull/383) Add recovery window feature + + _Fixes [#359](https://github.com/rubysherpas/paranoia/issues/359)_ + + [Andrzej Piątyszek (@konto-andrzeja)](https://github.com/konto-andrzeja) + + ## 2.2.1 (2017-02-15) * [#371](https://github.com/rubysherpas/paranoia/pull/371) Use ActiveSupport.on_load to correctly re-open ActiveRecord::Base diff --git a/lib/paranoia/version.rb b/lib/paranoia/version.rb index 974263e0..2c7ed6b9 100644 --- a/lib/paranoia/version.rb +++ b/lib/paranoia/version.rb @@ -1,3 +1,3 @@ module Paranoia - VERSION = '2.2.1'.freeze + VERSION = '2.3.0'.freeze end