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