Skip to content

Commit

Permalink
Merge pull request #396 from rubysherpas/version-2.3.0
Browse files Browse the repository at this point in the history
Version 2.3.0
  • Loading branch information
BenMorganIO committed Apr 14, 2017
2 parents 9e43d56 + 814b8a1 commit 07c8e8b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
@@ -1,13 +1,32 @@
# 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

_Fixes [#380](https://github.com/rubysherpas/paranoia/issues/380)_

[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
Expand Down
2 changes: 1 addition & 1 deletion lib/paranoia/version.rb
@@ -1,3 +1,3 @@
module Paranoia
VERSION = '2.2.1'.freeze
VERSION = '2.3.0'.freeze
end

0 comments on commit 07c8e8b

Please sign in to comment.