From 716700caf57eb688691ff829093ab571777f9ece Mon Sep 17 00:00:00 2001 From: Alfonso Uceda Date: Mon, 2 Dec 2024 10:00:05 +0100 Subject: [PATCH] v4.1.9 is released --- CHANGES.md | 4 ++++ lib/cell/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ec2dca80..6e8721df 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 4.1.9 + +* declarative-option dependency replaced with trailblazer-option + ## 4.1.8 * Ruby 3.4.0 support. diff --git a/lib/cell/version.rb b/lib/cell/version.rb index e1c46546..6458491e 100644 --- a/lib/cell/version.rb +++ b/lib/cell/version.rb @@ -1,3 +1,3 @@ module Cell - VERSION = "4.1.8" + VERSION = "4.1.9" end