diff --git a/CHANGELOG.md b/CHANGELOG.md index cea66535..e067e840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.8.0 (2015-01-09) +- Added ethernet device information. +- Added machine-wide networking statistics. +- Misc UI fixes. +- Fixes for partially-isolated containers. + ## 0.7.1 (2014-12-23) - Avoid repeated logging of container errors. - Handle non identify mounts for cgroups. diff --git a/info/version.go b/info/version.go index 8120ef2f..f03a4c90 100644 --- a/info/version.go +++ b/info/version.go @@ -15,4 +15,4 @@ package info // Version of cAdvisor. -const VERSION = "0.7.1" +const VERSION = "0.8.0"