From 91ea21c5469b1c6371e4dbd0cbf87388598aecd6 Mon Sep 17 00:00:00 2001 From: Steven Sloan Date: Tue, 17 Nov 2015 16:30:24 -0500 Subject: [PATCH] 1.3.0 --- changelog.md | 1 + lib/statistrano/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a9cb673..e16de36 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,4 @@ +# 1.3.0 - feat(config validation) setup validators for some optons that could be descructive if not set: ``` Base: remote_dir diff --git a/lib/statistrano/version.rb b/lib/statistrano/version.rb index ad6b3d5..e30cdb6 100644 --- a/lib/statistrano/version.rb +++ b/lib/statistrano/version.rb @@ -1,3 +1,3 @@ module Statistrano - VERSION = "1.2.3" + VERSION = "1.3.0" end