From 84f195f1238e6f83f6a6481ae1df9da1c9e0200c Mon Sep 17 00:00:00 2001 From: h2zero Date: Sat, 21 Dec 2024 17:16:57 -0700 Subject: [PATCH] Release 2.1.2 --- CHANGELOG.md | 2 +- docs/Doxyfile | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7161b1..22ffc62e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [2.1.2] 2024-12-21 ## Fixed - Compile error when only advertising role is enabled. diff --git a/docs/Doxyfile b/docs/Doxyfile index f35a5916..dd216111 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.1.1 +PROJECT_NUMBER = 2.1.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/library.properties b/library.properties index a3cd61bb..8e0e6865 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=NimBLE-Arduino -version=2.1.1 +version=2.1.2 author=h2zero maintainer=Ryan Powell sentence=Bluetooth low energy (BLE) library for Arduino based on NimBLE.