diff --git a/CHANGELOG.md b/CHANGELOG.md index c7aece2..25f55ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.6.0](https://github.com/k1LoW/cgrps/compare/v0.5.0...v0.6.0) (2018-05-06) + +* `cgrps stat` support pids subsystem [#6](https://github.com/k1LoW/cgrps/pull/6) ([k1LoW](https://github.com/k1LoW)) + ## [v0.5.0](https://github.com/k1LoW/cgrps/compare/v0.4.0...v0.5.0) (2018-04-30) * Fix cpuacct.* diff bug [#5](https://github.com/k1LoW/cgrps/pull/5) ([k1LoW](https://github.com/k1LoW)) diff --git a/version/version.go b/version/version.go index a93e9ac..801fbd3 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "cgrps" // Version for this -const Version string = "0.5.0" +const Version string = "0.6.0"