diff --git a/CHANGELOG.md b/CHANGELOG.md index 625e1e8..7720b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.0] ### Fixed - Fix memory leak in NimBLE by calling clearResults after scan results are processed. - Use unit64_t for address (device id) instead of std::string diff --git a/library.properties b/library.properties index dc14b8a..1fb9672 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Sensirion UPT BLE Auto Detection -version=0.1.0 +version=0.2.0 author=Bjoern Muntwyler, Maximilian Paulsen maintainer=Sensirion AG sentence=Automatically detects Sensirion Gadgets via Bluetooth and reads out measurement data.