diff options
author | Samer Abdel-Hafez <sam@arahant.net> | 2015-03-10 10:21:00 +0100 |
---|---|---|
committer | Samer Abdel-Hafez <sam@arahant.net> | 2015-03-10 10:21:00 +0100 |
commit | 8cb87d22e0e20813657d6945ea3ccdaca72c8ad0 (patch) | |
tree | f6bfb15e077fc734b9247fb321367585cf41c7be | |
parent | cc8f8cccbcff60bb534d0b708ec8e4b67a3183ab (diff) |
Bugfixes and bump to 0.4.1
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | oxidized.gemspec | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce9640..ea70091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.1 +- BUGFIX: handle missing output file (by @brandt) +- BUGFIX: fix passwordless enable on Arista EOS model (by @brandt) + # 0.4.0 - FEATURE: allow setting IP address in addition to name in source (SQL/CSV) - FEATURE: approximate how long it takes to get node from larger view than 1 diff --git a/oxidized.gemspec b/oxidized.gemspec index 94b7668..ba976cb 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'oxidized' - s.version = '0.4.0' + s.version = '0.4.1' s.licenses = %w( Apache-2.0 ) s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez' ] |