diff options
author | Saku Ytti <saku@ytti.fi> | 2016-05-05 15:54:59 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2016-05-05 15:54:59 +0300 |
commit | 4cdc2eadbc5e0c7b5519942182d1afff4d82f037 (patch) | |
tree | 7b89100ab7601f33d81f0fc139d92b9efcaf8177 | |
parent | ef273f51d1bdaca20607a8e04bb355c758028d6d (diff) |
release new version0.14.0
fixes #412
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | lib/oxidized/version.rb | 2 |
2 files changed, 5 insertions, 1 deletions
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 |