diff options
author | Saku Ytti <saku@ytti.fi> | 2016-05-06 13:29:21 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2016-05-06 13:29:21 +0300 |
commit | b79eb20eb8c06ccd69e79f5791b05e359d0122cb (patch) | |
tree | ae23d39b13d124db74fee26c58a0933c9f6e2759 | |
parent | fa03cc5b59015418064c2e4c707fe4ec2491aecf (diff) |
release 0.14.10.14.1
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | 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 |