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