diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb86926..f81321ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ master === +# 4.1.7 + +* Upgrade fastimage to 2.0 +* Fix shutdown of external_pipeline commands when config.rb is changed. #1877 +* Allow calls to `app.` to work as collections after initial config parse. #1876 + + # 4.1.5-4.1.6 * Fix file recursion when looking for possible asset dependencies. Major preview server performance improvement. diff --git a/middleman-core/lib/middleman-core/version.rb b/middleman-core/lib/middleman-core/version.rb index 364ca123..37f706a4 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.1.6'.freeze unless const_defined?(:VERSION) + VERSION = '4.1.7'.freeze unless const_defined?(:VERSION) end