From 6af784d5d50b35af09e839fb49206ed0dcb3b909 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Mon, 14 Dec 2015 11:02:07 -0800 Subject: [PATCH] One more RC --- CHANGELOG.md | 3 +++ middleman-core/lib/middleman-core/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 486acada..158de44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ master === +# 4.0.0.rc.3 + +* Add `:locales` and `:data` source types to the list of files which trigger a live-reload. * Rename i18n `lang` and `langs` to `locale` and `locales`. * Avoid matching URLs across new lines. #1689 * Load Middleman Directory when doing `init` over SSL diff --git a/middleman-core/lib/middleman-core/version.rb b/middleman-core/lib/middleman-core/version.rb index 78c81a07..44d6ca6e 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.0.0.rc.2' unless const_defined?(:VERSION) + VERSION = '4.0.0.rc.3' unless const_defined?(:VERSION) end