feature/manifest
Thomas Reynolds 2016-04-12 13:12:09 -07:00
parent b058d26564
commit dd2413857e
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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