Release 2.2.1

This commit is contained in:
h2zero 2025-02-28 09:51:31 -07:00
parent 865ec9f760
commit bc3e342046
3 changed files with 4 additions and 3 deletions

View file

@ -1,10 +1,11 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [Unreleased] ## [2.2.1] 2025-02-28
## Fixed ## Fixed
- Added back `NimBLEClient::connect` overload with `NimBLEAdvertisedDevice` parameter to resolve connection error due to NULL address. - Added back `NimBLEClient::connect` overload with `NimBLEAdvertisedDevice` parameter to resolve connection error due to NULL address.
- Crash caused by returning invalid vector entry when retrieving remote descriptors.
## [2.2.0] 2025-02-24 ## [2.2.0] 2025-02-24

View file

@ -1,5 +1,5 @@
## IDF Component Manager Manifest File ## IDF Component Manager Manifest File
version: "2.2.0" version: "2.2.1"
license: "Apache-2.0" license: "Apache-2.0"
description: "C++ wrapper for the NimBLE BLE stack" description: "C++ wrapper for the NimBLE BLE stack"
url: "https://github.com/h2zero/esp-nimble-cpp" url: "https://github.com/h2zero/esp-nimble-cpp"

View file

@ -1,6 +1,6 @@
{ {
"name": "esp-nimble-cpp", "name": "esp-nimble-cpp",
"version": "2.2.0", "version": "2.2.1",
"description": "C++ wrapper for the NimBLE BLE stack", "description": "C++ wrapper for the NimBLE BLE stack",
"keywords": [ "keywords": [
"BLE", "BLE",