diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | oxidized.gemspec | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e40a7..0ed1b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +# 0.5.0 - FEATURE: Mikrotik RouterOS model (by @emjemj) +- FEATURE: add support for Cisco VSS (by @MrRJ45) +- BUGFIX: general fixes to powerconnect model (by @MrRJ45) +- BUGFIX: fix initial commit issues with rugged (by @MrRJ45) - BUGFIX: pager error for old dell powerconnect switches (by @emjemj) - BUGFIX: logout error for old dell powerconnect switches (by @emjemj) @@ -2,7 +2,7 @@ [![Gem Version](https://badge.fury.io/rb/oxidized.svg)](http://badge.fury.io/rb/oxidized) -Oxidized is a network device configration backup tool. Its a RANCID replacment! +Oxidized is a network device configuration backup tool. It's a RANCID replacment! * automatically adds/removes threads to meet configured retrieval interval * restful API to move node immediately to head-of-queue (GET/POST /node/next/[NODE]) diff --git a/oxidized.gemspec b/oxidized.gemspec index ba976cb..49343e6 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'oxidized' - s.version = '0.4.1' + s.version = '0.5.0' s.licenses = %w( Apache-2.0 ) s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez' ] |