diff --git a/CHANGELOG.md b/CHANGELOG.md index db655a72d3..3c376d6b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.15.1 / 2017-11-07 + +* [BUGFIX] xfs: expose correct fields, fix metric names #708 +* [BUGFIX] Correct buffer_bytes > INT_MAX on BSD/amd64. #712 +* [BUGFIX] netstat: return nothing when /proc/net/snmp6 not found #718 +* [BUGFIX] Fix off by one in Linux interrupts collector #721 +* [BUGFIX] Add and use sysReadFile in hwmon collector #728 + ## v0.15.0 / 2017-10-06 **Breaking changes** diff --git a/VERSION b/VERSION index a551051694..e815b861f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0 +0.15.1