diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cdb6b3e..56c7caf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.15.0 (2015-06-08) +- Expose multiple network intefaces in UI and API. +- Add support for XFS. +- Fixes in inotify watches. +- Fixes on PowerPC machines. +- Fixes for newer systems with systemd. +- Extra debuging informaiton in /validate. + ## 0.14.0 (2015-05-21) - Add process stats to container pages in the UI. - Serve UI from relative paths (allows reverse proxying). diff --git a/version/version.go b/version/version.go index 58e2e359..3779b38b 100644 --- a/version/version.go +++ b/version/version.go @@ -15,4 +15,4 @@ package version // Version of cAdvisor. -const VERSION = "0.14.0" +const VERSION = "0.15.0"