summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2016-07-22 17:48:59 +0300
committerSaku Ytti <saku@ytti.fi>2016-07-22 17:48:59 +0300
commitfa76c07692485f699dda5c8789f6714a05451670 (patch)
tree9c5306b4c48f9727297c7b9239896878c437432a
parent045521d911cd1c355d0ae44471979818103d1e25 (diff)
bump version0.16.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/oxidized/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2235ea..a52c4cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.16.0
+- FEATURE: support Gaia OS devices (by @totosh)
+- BUGFIX: #fetch, #version fixes in nodes.rb (by @danilopopeye)
+- BUGFIX: procurve
+
# 0.15.0
- FEATURE: disable periodic collection, only on demand (by Adam Winberg)
- FEATURE: allow disabling ssh exec mode always (mainly for oxidized-script) (by @nickhilliard)
diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb
index db52c3b..cf5a14d 100644
--- a/lib/oxidized/version.rb
+++ b/lib/oxidized/version.rb
@@ -1,3 +1,3 @@
module Oxidized
- VERSION = '0.15.0'
+ VERSION = '0.16.0'
end