From b8eabefee0d229baadb945602f0c10be6adf578c Mon Sep 17 00:00:00 2001 From: Pascal Sachs Date: Mon, 3 Jun 2024 17:36:26 +0200 Subject: [PATCH] Update to Version 1.1.0 Bump version for a release with update library name so we can request library name change on the Arduino library registry. See: https://github.com/arduino/library-registry/issues/4576 --- CHANGELOG.md | 4 ++++ library.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 490ecc9..d116cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2024-06-03 + +* Update library name to be consistent with other Sensirion library names. + ## [1.0.0] - 2023-03-14 Initial release diff --git a/library.properties b/library.properties index 6e99aae..0afb36c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Sensirion UART SFx6xxx -version=1.0.0 +version=1.1.0 author=Sensirion maintainer=Sensirion sentence=Library for the SFX6XXX sensor family by Sensirion