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