diff --git a/CHANGELOG.md b/CHANGELOG.md index e067e840..bbcb5474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.9.0 (2015-02-06) +- Support for more network devices (all non-eth). +- Support for more partition types (btrfs, device-mapper, whole-disk). +- Added reporting of DiskIO stats. +- Adding container creation time to ContainerSpec. +- More robust handling of stats failures. +- Various misc fixes. + ## 0.8.0 (2015-01-09) - Added ethernet device information. - Added machine-wide networking statistics. diff --git a/info/version.go b/info/version.go index f03a4c90..57cbda7e 100644 --- a/info/version.go +++ b/info/version.go @@ -15,4 +15,4 @@ package info // Version of cAdvisor. -const VERSION = "0.8.0" +const VERSION = "0.9.0"