Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Jan 26, 2017
1 parent eddb124 commit 09f3be9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 09f3be9

Please sign in to comment.