Merge pull request #789 from vmarmol/release

cAdvisor 0.16.0
This commit is contained in:
Victor Marmol 2015-07-01 17:05:25 -07:00
commit ec240b60c5
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## 0.16.0 (2015-06-26)
- Misc fixes.
## 0.15.1 (2015-06-10) ## 0.15.1 (2015-06-10)
- Fix longstanding memory leak. - Fix longstanding memory leak.
- Fix UI on newest Chrome. - Fix UI on newest Chrome.

View File

@ -15,4 +15,4 @@
package version package version
// Version of cAdvisor. // Version of cAdvisor.
const VERSION = "0.15.1" const VERSION = "0.16.0"