From 4cdc2eadbc5e0c7b5519942182d1afff4d82f037 Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Thu, 5 May 2016 15:54:59 +0300 Subject: release new version fixes #412 --- CHANGELOG.md | 4 ++++ lib/oxidized/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4dfe13..86bfe31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 0 14.0 - FEATURE: support supermicro swithes (by @funzoneq) +- FEATURE: support catos switches +- BUGFIX: git+groups+singlerepo (by @PANZERBARON) +- BUGFIX: asa, tmos, ironware, ios-xr +- BUGFIX: mandate net-ssh 3.0.x, don't accept 3.1 (numerous issues) # 0.13.1 - BUGFIX: file permissions (Sigh...) diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb index cc69b85..b0fe2a5 100644 --- a/lib/oxidized/version.rb +++ b/lib/oxidized/version.rb @@ -1,3 +1,3 @@ module Oxidized - VERSION = '0.13.1' + VERSION = '0.14.0' end -- cgit v1.2.1