diff options
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r--[-rwxr-xr-x] | extra/oxidized-report-git-commits | 0 | ||||
-rw-r--r-- | lib/oxidized/version.rb | 2 |
3 files changed, 7 insertions, 1 deletions
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 index 2b1a2d7..2b1a2d7 100755..100644 --- a/extra/oxidized-report-git-commits +++ b/extra/oxidized-report-git-commits 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 |