From fce83b58e260a4be114f75820b123e0b883c1878 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 30 Jun 2015 09:36:43 -0500 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ lib/octopress-deploy/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dc1f8..feacf5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 1.2.8 - 2015-06-29 +- Fix: Using Regex quote to escape special characters in repo urls. [#61](https://github.com/octopress/deploy/pull/61) + ### 1.2.7 - 2015-06-17 - Fix: Fixed some erroneous references to site_dir configuration. [#60](https://github.com/octopress/deploy/pull/60) - Minor: Moved documentation to [octopress#deploy](https://github.com/octopress/octopress#deploy). diff --git a/lib/octopress-deploy/version.rb b/lib/octopress-deploy/version.rb index 8a2290b..40fd14a 100644 --- a/lib/octopress-deploy/version.rb +++ b/lib/octopress-deploy/version.rb @@ -1,5 +1,5 @@ module Octopress module Deploy - VERSION = "1.2.7" + VERSION = "1.2.8" end end