From 06af2601d77bd69031f527f7311ecf99d977ab55 Mon Sep 17 00:00:00 2001 From: Paul Padier Date: Wed, 12 Jan 2022 14:46:50 +0900 Subject: [PATCH] Add 2.5.0 updates to CHANGELOG (#521) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb18fc7d..9de5dd85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # paranoia Changelog +## 2.5.0 + + * [#516](https://github.com/rubysherpas/paranoia/pull/516) Add support for ActiveRecord 7.0, drop support for EOL Ruby < 2.5 and Rails < 5.1 + adding support for Rails 7 + + [Mathieu Jobin](https://github.com/mathieujobin) + * [#515](https://github.com/rubysherpas/paranoia/pull/515) Switch from Travis CI to GitHub Actions + + [Shinichi Maeshima](https://github.com/willnet) + + ## 2.4.3 * [#503](https://github.com/rubysherpas/paranoia/pull/503) Bump activerecord dependency for Rails 6.1