diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | oxidized.gemspec | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3d8d5..d123b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.9.0 +- FEATURE: input log now uses devices name as file, instead of string from config (by @skoef) +- FEATURE: Dell Networkign OS (dnos) support (by @erefre) +- BUGFIX: CiscoSMB, powerconnect, comware, xos, ironware, nos fixes + # 0.8.1 - BUGFIX: restore ruby 1.9.3 compatibility diff --git a/oxidized.gemspec b/oxidized.gemspec index d2956b1..1e42e73 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'oxidized' - s.version = '0.8.1' + s.version = '0.9.0' s.licenses = %w( Apache-2.0 ) s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez', 'Anton Aksola' ] |