From 9aede31504d6fe454608ff5c1365f7de94a733a2 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Thu, 7 Jul 2022 16:08:50 -0400 Subject: [PATCH] Prepare v1.8.1 release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bfc4c0c..ab907519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [1.8.1] + +### Fixed + - Report OS name as Windows 11 when version is >= 10.0.22000. [#118](https://github.com/elastic/go-sysinfo/issues/118) [#121](https://github.com/elastic/go-sysinfo/pull/121) ## [1.8.0] @@ -131,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the host containerized check to reduce false positives. [#42](https://github.com/elastic/go-sysinfo/pull/42) [#43](https://github.com/elastic/go-sysinfo/pull/43) -[Unreleased]: https://github.com/elastic/go-sysinfo/compare/v1.8.0...HEAD +[Unreleased]: https://github.com/elastic/go-sysinfo/compare/v1.8.1...HEAD +[1.8.1]: https://github.com/elastic/go-sysinfo/releases/tag/v1.8.1 [1.8.0]: https://github.com/elastic/go-sysinfo/releases/tag/v1.8.0 [1.7.1]: https://github.com/elastic/go-sysinfo/releases/tag/v1.7.1 [1.7.0]: https://github.com/elastic/go-sysinfo/releases/tag/v1.7.0