From a28d491d993abb1d2eb19df0da0a7244d7d204c1 Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Wed, 6 Jan 2016 20:17:02 +0200 Subject: release 0.10.0 --- CHANGELOG.md | 6 ++++++ extra/oxidized-report-git-commits | 0 lib/oxidized/version.rb | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) mode change 100755 => 100644 extra/oxidized-report-git-commits diff --git a/CHANGELOG.md b/CHANGELOG.md index d123b46..8420283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.10.0 +- FEATURE: Various refactoring (by @ElvinEfendi) +- FEATURE: Ciena SOAS support (by @jgroom33) +- FEATURE: support group variables (by @supertylerc) +- BUGFIX: various ((orly)) (by @marnovdm, @danbaugher, @MrRJ45, @asynet, @nickhilliard) + # 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) diff --git a/extra/oxidized-report-git-commits b/extra/oxidized-report-git-commits old mode 100755 new mode 100644 diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb index 38772b7..5f63b47 100644 --- a/lib/oxidized/version.rb +++ b/lib/oxidized/version.rb @@ -1,3 +1,3 @@ module Oxidized - VERSION = '0.9.0' + VERSION = '0.10.0' end -- cgit v1.2.1