From f7335f98dfd11e53ffa15e86a0f333aec2fb51b6 Mon Sep 17 00:00:00 2001 From: Andrew Wilkins Date: Fri, 4 Dec 2020 14:14:32 +0800 Subject: [PATCH] Update changelog for 0.13.0 (#149) --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5500dca75..f54a4e353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add method of overriding the /sys/fs/cgroup hierarchy, for reading cgroup metrics inside Docker [#148](https://github.com/elastic/gosigar/pull/148) - ### Fixed ### Changed ### Deprecated +## [0.13.0] + +### Added + +- Add method of overriding the /sys/fs/cgroup hierarchy, for reading cgroup metrics inside Docker [#148](https://github.com/elastic/gosigar/pull/148) + ## [0.12.0] ### Added @@ -174,7 +178,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed `ProcStatus.PPID` value is wrong on Windows. [#55](https://github.com/elastic/gosigar/pull/55) - Fixed `ProcStatus.Username` error on Windows XP [#56](https://github.com/elastic/gosigar/pull/56) -[Unreleased]: https://github.com/elastic/gosigar/compare/v0.12.0...HEAD +[Unreleased]: https://github.com/elastic/gosigar/compare/v0.13.0...HEAD [0.12.0]: https://github.com/elastic/gosigar/releases/tag/v0.12.0 [0.11.0]: https://github.com/elastic/gosigar/releases/tag/v0.11.0 [0.10.5]: https://github.com/elastic/gosigar/releases/tag/v0.10.5