diff --git a/CHANGELOG.md b/CHANGELOG.md index 5befc1487..8bb96701a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [0.14.1] + +### Fixed + +- Fix unsupported devices for filesystem. [#159](https://github.com/elastic/gosigar/pull/159) + ## [0.14.0] ### Addded @@ -184,7 +190,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.14.0...HEAD +[Unreleased]: https://github.com/elastic/gosigar/compare/v0.14.1...HEAD +[0.14.1]: https://github.com/elastic/gosigar/releases/tag/v0.14.1 [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