From bb954827f4327f7f039dc31964736399c0a88751 Mon Sep 17 00:00:00 2001 From: Alex Kristiansen Date: Tue, 9 Feb 2021 13:54:11 -0800 Subject: [PATCH] release 0.14.0 --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b0a231b..5befc1487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Add darwin ARM support. [#152](https://github.com/elastic/gosigar/pull/152) - ### Added ### Fixed @@ -17,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [0.14.0] + +### Addded + +- Add darwin ARM support. [#152](https://github.com/elastic/gosigar/pull/152) + ## [0.13.0] ### Added @@ -180,7 +184,8 @@ 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.13.0...HEAD +[Unreleased]: https://github.com/elastic/gosigar/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/elastic/gosigar/releases/tag/v0.14.0 [0.13.0]: https://github.com/elastic/gosigar/releases/tag/v0.13.0 [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