Merge pull request #892 from rjnagal/release

New version 0.17.0
This commit is contained in:
Rohit Jnagal 2015-09-23 13:05:49 -07:00
commit e675b00a40
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
### 0.17.0 (2015-09-23)
- Large bunch of bug-fixes
- Fixed networking stats for newer docker versions using libnetwork.
- Added application-specific metrics
## 0.16.0 (2015-06-26) ## 0.16.0 (2015-06-26)
- Misc fixes. - Misc fixes.

View File

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