Skip to content

Commit 07c8e8b

Browse files
authored
Merge pull request #396 from rubysherpas/version-2.3.0
Version 2.3.0
2 parents 9e43d56 + 814b8a1 commit 07c8e8b

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
# paranoia Changelog
22

3-
## 2.2.2 (Unreleased)
3+
## 2.3.0 (2017-04-14)
4+
5+
* [#393](https://github.com/rubysherpas/paranoia/pull/393) Drop support for Rails 4.1 and begin supporting Rails 5.1.
6+
7+
[Miklós Fazekas (@mfazekas)](https://github.com/mfazekas)
8+
9+
* [#391](https://github.com/rubysherpas/paranoia/pull/391) Use Contributor Covenant Version 1.4
10+
11+
[Ben A. Morgan (@BenMorganIO)](https://github.com/BenMorganIO)
12+
13+
* [#390](https://github.com/rubysherpas/paranoia/pull/390) Fix counter cache with double destroy, really_destroy, and restore
14+
15+
[Chris Oliver (@excid3)](https://github.com/excid3)
416

517
* [#389](https://github.com/rubysherpas/paranoia/pull/389) Added association not soft destroyed validator
618

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

921
[Edward Poot (@edwardmp)](https://github.com/edwardmp)
1022

23+
* [#383](https://github.com/rubysherpas/paranoia/pull/383) Add recovery window feature
24+
25+
_Fixes [#359](https://github.com/rubysherpas/paranoia/issues/359)_
26+
27+
[Andrzej Piątyszek (@konto-andrzeja)](https://github.com/konto-andrzeja)
28+
29+
1130
## 2.2.1 (2017-02-15)
1231

1332
* [#371](https://github.com/rubysherpas/paranoia/pull/371) Use ActiveSupport.on_load to correctly re-open ActiveRecord::Base

lib/paranoia/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Paranoia
2-
VERSION = '2.2.1'.freeze
2+
VERSION = '2.3.0'.freeze
33
end

0 commit comments

Comments
 (0)