diff options
author | Saku Ytti <saku@ytti.fi> | 2016-05-20 00:20:46 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2016-05-20 00:20:46 +0300 |
commit | 11d9fa28ebcc9c7fec67a0446a4a0bcaf54d34e3 (patch) | |
tree | 7a9f9bb4095ca718e50b2e2f391a0462d91389f1 | |
parent | 55f78455d19ac05e8a6d111eca367952d42629d9 (diff) |
release 0.14.20.14.2
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | lib/oxidized/version.rb | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e5623f9..b632a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.14.2 +- BUGFIX: git expand path for all groups +- BUGFIX: git get_version, teletubbies do it again +- BUGFIX: comware, acos, procurve models + # 0.14.1 - BUGFIX: git get_version when groups and single_repo are used diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb index 392b636..bb79a2d 100644 --- a/lib/oxidized/version.rb +++ b/lib/oxidized/version.rb @@ -1,3 +1,3 @@ module Oxidized - VERSION = '0.14.1' + VERSION = '0.14.2' end |