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/README.md b/README.md index 6b06981..8d0f693 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Arduino Sensirion UPT BLE Auto Detection +[![PlatformIO Registry](https://badges.registry.platformio.org/packages/sensirion/library/Sensirion%20UPT%20BLE%20Auto%20Detection.svg)](https://registry.platformio.org/libraries/sensirion/Sensirion%20UPT%20BLE%20Auto%20Detection) [![arduino-library-badge](https://www.ardu-badge.com/badge/Sensirion%20UPT%20BLE%20Auto%20Detection.svg?)](https://www.ardu-badge.com/Sensirion%20UPT%20BLE%20Auto%20Detection) This library enables you to retrieve live measurements form your own Do-It-Yourself BLE enabled sensor gadget or most Sensirion Gadgets on the ESP32 platform. 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.