diff --git a/CHANGELOG.md b/CHANGELOG.md index 21fba9cb..93a92a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 0.17.0 (2015-09-23) +- Large bunch of bug-fixes +- Fixed networking stats for newer docker versions using libnetwork. +- Added application-specific metrics + ## 0.16.0 (2015-06-26) - Misc fixes. diff --git a/version/version.go b/version/version.go index 97ea3e91..eaa60fb4 100644 --- a/version/version.go +++ b/version/version.go @@ -15,4 +15,4 @@ package version // Version of cAdvisor. -const VERSION = "0.16.0" +const VERSION = "0.17.0"