From 64846b8c6334b71d7af4dbb4c19613040b3c00fd Mon Sep 17 00:00:00 2001 From: Kevin Glowacz Date: Thu, 26 Jan 2017 11:13:53 -0600 Subject: [PATCH] Bump version --- CHANGELOG.md | 9 +++++++++ lib/slate/installer/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 296a56d..c529877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Version 1.2.0 + +*January 26, 2017* + +**Features** + +- Added an optional `-d` option to install slate from its dev branch instead of master + + ## Version 1.1.0 *October 14, 2016* diff --git a/lib/slate/installer/version.rb b/lib/slate/installer/version.rb index decae78..aad9428 100644 --- a/lib/slate/installer/version.rb +++ b/lib/slate/installer/version.rb @@ -1,5 +1,5 @@ module Slate module Installer - VERSION = "1.1.0" + VERSION = "1.2.0" end end