From b6361c23f7f0df7cc82279302dd84a98719b98a2 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Wed, 18 Dec 2013 14:56:21 -0800 Subject: [PATCH] prep new release --- CHANGELOG.md | 7 +++++++ middleman-core/lib/middleman-core/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8a1d78..0a660954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/middleman-core/lib/middleman-core/version.rb b/middleman-core/lib/middleman-core/version.rb index 8ed48973..e0bac425 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 = '3.2.0' unless const_defined?(:VERSION) + VERSION = '3.2.1' unless const_defined?(:VERSION) end