From ba33a96fc8357aaea5df75a4b0615e46891b50cb Mon Sep 17 00:00:00 2001 From: Alfonso Uceda Date: Wed, 13 Nov 2024 10:36:23 +0100 Subject: [PATCH] v4.1.8 is released --- CHANGES.md | 5 +++++ lib/cell/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ed4e44ab..ec2dca80 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## 4.1.8 + +* Ruby 3.4.0 support. +* Drop ruby versions below 2.5 + ## 4.1.7 * `Collection#join` can now be called without a block. diff --git a/lib/cell/version.rb b/lib/cell/version.rb index 1abdd144..e1c46546 100644 --- a/lib/cell/version.rb +++ b/lib/cell/version.rb @@ -1,3 +1,3 @@ module Cell - VERSION = "4.1.7" + VERSION = "4.1.8" end