From b79eb20eb8c06ccd69e79f5791b05e359d0122cb Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Fri, 6 May 2016 13:29:21 +0300 Subject: release 0.14.1 --- CHANGELOG.md | 5 ++++- lib/oxidized/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86bfe31..e5623f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# 0 14.0 +# 0.14.1 +- BUGFIX: git get_version when groups and single_repo are used + +# 0.14.0 - FEATURE: support supermicro swithes (by @funzoneq) - FEATURE: support catos switches - BUGFIX: git+groups+singlerepo (by @PANZERBARON) diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb index b0fe2a5..392b636 100644 --- a/lib/oxidized/version.rb +++ b/lib/oxidized/version.rb @@ -1,3 +1,3 @@ module Oxidized - VERSION = '0.14.0' + VERSION = '0.14.1' end -- cgit v1.2.1