prep new release

This commit is contained in:
Thomas Reynolds 2013-12-18 14:56:21 -08:00
parent a1090f912c
commit b6361c23f7
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
master
===
3.2.1
===
* Allow path to be passed to page_classes. #1120
* Parallelize gzip extension using four threads. #1116
* Fix locale issue when using gzip extension
* Better handle UTF-8 filenames
* Update Padrino to 0.11.4 and Tilt to 1.4.1
3.2.0

View file

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '3.2.0' unless const_defined?(:VERSION)
VERSION = '3.2.1' unless const_defined?(:VERSION)
end