From 8cb87d22e0e20813657d6945ea3ccdaca72c8ad0 Mon Sep 17 00:00:00 2001 From: Samer Abdel-Hafez Date: Tue, 10 Mar 2015 10:21:00 +0100 Subject: Bugfixes and bump to 0.4.1 --- CHANGELOG.md | 4 ++++ oxidized.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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' ] -- cgit v1.2.3