diff options
| -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' ]  | 
