From 11d9fa28ebcc9c7fec67a0446a4a0bcaf54d34e3 Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Fri, 20 May 2016 00:20:46 +0300 Subject: release 0.14.2 --- CHANGELOG.md | 5 +++++ lib/oxidized/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1