cAdvisor version 0.2.1

This commit is contained in:
Victor Marmol 2014-07-25 10:33:27 -07:00
parent 1be5261303
commit 09769510ec
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.2.1 (2014-07-25)
- Handle old Docker versions.
- UI fixes and other bugfixes.
## 0.2.0 (2014-07-24)
- Added network stats to the UI.
- Added support for CoreOS and RHEL.

View File

@ -15,4 +15,4 @@
package info
// Version of cAdvisor.
const VERSION = "0.2.0"
const VERSION = "0.2.1"