From 18709601e55c8b3a610629aeae773c2233a928cd Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Fri, 14 Oct 2016 17:53:24 +0300 Subject: bump up version --- CHANGELOG.md | 7 ++++++- 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 -- cgit v1.2.1