From 742951cb8f99c51dfbb993a7242f002e5b1b2925 Mon Sep 17 00:00:00 2001 From: Mathieu Jobin Date: Wed, 2 Feb 2022 11:15:00 +0900 Subject: [PATCH] release v2.5.2 - bump version, update changelog --- CHANGELOG.md | 7 +++++-- lib/paranoia/version.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4e69b2..fac9bdb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/paranoia/version.rb b/lib/paranoia/version.rb index 30a47a14..eaf7bf45 100644 --- a/lib/paranoia/version.rb +++ b/lib/paranoia/version.rb @@ -1,3 +1,3 @@ module Paranoia - VERSION = '2.5.1'.freeze + VERSION = '2.5.2'.freeze end