Release 2.2.1

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

View file

@ -1,10 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
## [2.2.1] 2025-02-28
## Fixed
- 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

View file

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

View file

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