From 09f3be9aba1ee07d5afcf8601e368f1e8fa8c524 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Thu, 26 Jan 2017 17:42:55 -0600 Subject: [PATCH] prep release --- CHANGELOG.md | 4 ++++ middleman-core/lib/middleman-core/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04c2cc9b..19213fe18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ master === +# 4.2.1 + +* Fix some issues with Ruby 2.4.0 + # 4.2.0 Fix #1951. A failed build would "clean" all files in build. Possibly breaking change, "clean" and "after_build" are only run for sucessful builds. diff --git a/middleman-core/lib/middleman-core/version.rb b/middleman-core/lib/middleman-core/version.rb index 4fe534de8..3338dbda9 100644 --- a/middleman-core/lib/middleman-core/version.rb +++ b/middleman-core/lib/middleman-core/version.rb @@ -1,5 +1,5 @@ module Middleman # Current Version # @return [String] - VERSION = '4.2.0'.freeze unless const_defined?(:VERSION) + VERSION = '4.2.1'.freeze unless const_defined?(:VERSION) end