From 67f0492c8a70b28aa0fce00d57e2d40a587686a3 Mon Sep 17 00:00:00 2001 From: lfierz Date: Tue, 3 Dec 2024 13:57:15 +0100 Subject: [PATCH] remove not relevant changelog entry 1.0.1 as the number concentration method that was fixed for the other SEN6x drivers is not relevant for the embedded target, remove this bugfix version again --- CHANGELOG.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4f06e..6dce54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.1] - 2024-12-1 - -### Fixed - -- Fix naming from mass concentration to number concentration for read number concentration method (returned values were correct). ## [1.0.0] - 2024-11-25 ### Added @@ -26,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add interfaces to start, stop and read measurements. - Add interfaces to read product name, serial number and version -[Unreleased]: https://github.com/Sensirion/embedded-i2c-sen66/compare/1.0.1...HEAD -[1.0.1]: https://github.com/Sensirion/embedded-i2c-sen66/compare/1.0.0...1.0.1 +[Unreleased]: https://github.com/Sensirion/embedded-i2c-sen66/compare/1.0.0...HEAD [1.0.0]: https://github.com/Sensirion/embedded-i2c-sen66/compare/0.1.0...1.0.0 -[0.1.0]: https://github.com/Sensirion/embedded-i2c-sen66/releases/tag/0.1.0 \ No newline at end of file +[0.1.0]: https://github.com/Sensirion/embedded-i2c-sen66/releases/tag/0.1.0