From 573c411daa00ed41293824123b839949660b5daf Mon Sep 17 00:00:00 2001 From: Nick Sutterer Date: Fri, 5 May 2017 14:38:07 +0200 Subject: [PATCH] releasing 4.1.7. --- CHANGES.md | 2 ++ lib/cell/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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