From a45483db7605b9e6201f69edc45bf8b040efb2c0 Mon Sep 17 00:00:00 2001 From: LeonieFierz <56353030+LeonieFierz@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:10:51 +0100 Subject: [PATCH] prepare release 1.1.0 with added read_measurement function --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5cb213..d7ce36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.1] - 2025-2-1 +## [1.1.0] - 2025-2-1 - add convenience method to read out measurements again @@ -53,7 +53,8 @@ Note that there are breaking changes: Initial release -[Unreleased]: https://github.com/Sensirion/embedded-i2c-scd4x/compare/1.0.0...HEAD +[Unreleased]: https://github.com/Sensirion/embedded-i2c-scd4x/compare/1.1.0...HEAD +[1.1.0]: https://github.com/Sensirion/embedded-i2c-scd4x/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/Sensirion/embedded-i2c-scd4x/compare/0.2.1...1.0.0 [0.2.1]: https://github.com/Sensirion/embedded-i2c-scd4x/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/Sensirion/embedded-i2c-scd4x/compare/0.1.0...0.2.0