From e9e2b5f82d18ba38e61846c7bd1fc1132959b54f Mon Sep 17 00:00:00 2001 From: Shuichi Tamayose Date: Wed, 11 Apr 2018 11:05:01 +0900 Subject: [PATCH] Fix typo (`6.2.0` -> `5.2.0`) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4798c3d3..35d25547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.4.1 -* [#435](https://github.com/rubysherpas/paranoia/pull/435) Monkeypatch activerecord relations to work with rails 6.2.0 +* [#435](https://github.com/rubysherpas/paranoia/pull/435) Monkeypatch activerecord relations to work with rails 5.2.0 [Bartosz Bonisławski (@bbonislawski)](https://github.com/bbonislawski)