diff options
author | Saku Ytti <saku@ytti.fi> | 2016-10-14 17:53:24 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2016-10-14 17:53:24 +0300 |
commit | 18709601e55c8b3a610629aeae773c2233a928cd (patch) | |
tree | 51a08d9e34ac768060d9cbc7e383d4bbd685732a | |
parent | 83a81dabdb8e0acb5cec4fdb83417898575d2736 (diff) |
bump up version0.18.0
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | lib/oxidized/version.rb | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e23ed34..84c7976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -# 0 17.3 +# 0.18.0 +- FEATURE: APC model (by @davromaniak ) +- BUGFIX: ironware, aosw +- BUGFIX: interpolate nil, false, true for node vars too + +# 0 17.0 - FEATURE: "nil", "false" and "true" in source (e.g. router.db) are interpeted as nil, false, true. Empty is now always considered empty string, instead of in some cases nil and some cases empty string. - FEATURE: support tftp as input model (@MajesticFalcon) - FEATURE: add alvarion model (@MajesticFalcon) diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb index 209b7d4..91e6624 100644 --- a/lib/oxidized/version.rb +++ b/lib/oxidized/version.rb @@ -1,3 +1,3 @@ module Oxidized - VERSION = '0.17.0' + VERSION = '0.18.0' end |