Skip to content

Commit

Permalink
release v2.5.2 - bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Feb 2, 2022
1 parent 3572129 commit 742951c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,15 +2,18 @@

## 2.5.2

* [#526](https://github.com/rubysherpas/paranoia/pull/526) Do not include tests files in packaged gem

[Jason Fleetwood-Boldt](https://github.com/jasonfb)
* [#492](https://github.com/rubysherpas/paranoia/pull/492) Warn if acts_as_paranoid is called more than once on the same model

[Ignatius Reza](https://github.com/ignatiusreza)
[Ignatius Reza](https://github.com/ignatiusreza)

## 2.5.1

* [#481](https://github.com/rubysherpas/paranoia/pull/481) Replaces hard coded `deleted_at` with `paranoia_column`.

[Hassanin Ahmed](https://github.com/sas1ni69)
[Hassanin Ahmed](https://github.com/sas1ni69)

## 2.5.0

Expand Down
2 changes: 1 addition & 1 deletion lib/paranoia/version.rb
@@ -1,3 +1,3 @@
module Paranoia
VERSION = '2.5.1'.freeze
VERSION = '2.5.2'.freeze
end

0 comments on commit 742951c

Please sign in to comment.