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