From 07b0c8ffe3dc662e3ac09ea0ddab9188f3db8db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl-Ian?= Date: Tue, 1 Oct 2024 17:34:32 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 826057c..8190fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## Version 2.4.0 (2024-10-01) + ### Fixed -* Drop support for Rails < 7.0 (TODO: add PR number) +* Drop support for Rails < 7.0 (#73, thanks @mattmenefee) + +### Changed + +* Reintroduce Ruby 2.7 to the test matrix (#80) + So tested rubies are the same as supported Rails versions minimum requirements. ## Version 2.3.0 (2024-08-23)