From 275def333cbafa0188415ac3f51c8134b8ec0492 Mon Sep 17 00:00:00 2001 From: h2zero Date: Mon, 16 Dec 2024 18:35:21 -0700 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 2 +- docs/Doxyfile | 2 +- idf_component.yml | 2 +- library.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0661865..8d82202b 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.0.1] 2024-12-16 ## Fixed - `NimBLEHIDDevice::getOutputReport` will now return the correct characteristic. diff --git a/docs/Doxyfile b/docs/Doxyfile index 11a7527f..c07d407e 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = esp-nimble-cpp # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.0.0 +PROJECT_NUMBER = 2.0.1 # 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/idf_component.yml b/idf_component.yml index c8c4b638..0d7e70e9 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,5 +1,5 @@ ## IDF Component Manager Manifest File -version: "2.0.0" +version: "2.0.1" license: "Apache-2.0" description: "C++ wrapper for the NimBLE BLE stack" url: "https://github.com/h2zero/esp-nimble-cpp" diff --git a/library.json b/library.json index ac120418..af59c5b9 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "esp-nimble-cpp", - "version": "2.0.0", + "version": "2.0.1", "description": "C++ wrapper for the NimBLE BLE stack", "keywords": [ "BLE",