From f9c820cf945a4c02bede044b0b88ab449040f3d7 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Mon, 1 Jun 2020 23:25:44 +0200 Subject: [PATCH] Update CHANGELOG for 0.1.1 release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb58f60..a893b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2020-06-02 + * `[changed]` Wait for first measurements to be ready (#14) + * `[fixed]` Fix compilation with C++ compilers (#15) + * `[added]` Arduino example project for SFM3019 (#16) ## [0.1.0] - 2020-03-26 * [`added`] SFM3003: Initial support * [`added`] SFM3019: Initial support -[Unreleased]: https://github.com/Sensirion/embedded-sfm/compare/0.1.0...master +[Unreleased]: https://github.com/Sensirion/embedded-sfm/compare/0.1.1...master +[0.1.1]: https://github.com/Sensirion/embedded-sfm/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/Sensirion/embedded-sfm/releases/tag/0.1.0