diff --git a/CHANGES.md b/CHANGES.md index 3de57e57..ed4e44ab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 4.1.7 + * `Collection#join` can now be called without a block. ## 4.1.6 diff --git a/lib/cell/version.rb b/lib/cell/version.rb index f0e9315b..1abdd144 100644 --- a/lib/cell/version.rb +++ b/lib/cell/version.rb @@ -1,3 +1,3 @@ module Cell - VERSION = "4.1.6" + VERSION = "4.1.7" end