From d828d10eaddcf708d690eacd0b7b444957cf30ad Mon Sep 17 00:00:00 2001 From: Pascal Sachs Date: Tue, 23 Sep 2025 11:46:30 +0200 Subject: [PATCH] Prepare for 0.2.1 release Update Changelog and library.properties for 0.2.1 release 0.2.0 release was done without updating the library version and therefore failed on platformio. --- CHANGELOG.md | 4 ++-- library.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84a6d1..09cdc8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Changed +### 0.2.1 - Updates to make it compile with arduino upt core 0.9 @@ -17,4 +17,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add implementation of MQTT client with optional delegation of Wi-Fi setup and monitoring. - Provide convenience functions to send Measurements. - Ability to specify a global prefix for the topic. -- Supporting only PlatformIO \ No newline at end of file +- Supporting only PlatformIO diff --git a/library.properties b/library.properties index 2a9403c..efa2f7e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Sensirion UPT MQTT Client -version=0.1.0 +version=0.2.1 author=Maximilian Paulsen, Sensirion AG maintainer=Sensirion AG sentence=Send UPT Measurements to an MQTT broker @@ -8,4 +8,4 @@ category=Communication url=https://github.com/Sensirion/arduino-upt-mqtt-client architectures=esp32 includes=MqttMailingService.h -depends=Sensirion UPT Core (=0.9.4) \ No newline at end of file +depends=Sensirion UPT Core (=0.9.4)