Merge pull request #130 from vmarmol/release

cAdvisor version 0.2.1
This commit is contained in:
monnand 2014-07-25 14:07:49 -04:00
commit 28129bc700
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"