From c0d1ce06fc34de72f88cdfdd4ef577d0e783a40c Mon Sep 17 00:00:00 2001 From: h2zero Date: Tue, 15 Feb 2022 19:39:39 -0700 Subject: [PATCH] Release 1.3.7 --- CHANGELOG.md | 8 ++++++++ library.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d27410..2c3bc813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.3.7] - 2022-02-15 + +### Fixed + +- Crash when retrieving an attribute that does not exist on the peer. +- Memory leak when deleting client instances. +- Compilation errors for esp32s3 + ## [1.3.6] - 2022-01-18 ### Changed diff --git a/library.properties b/library.properties index 38f044cd..03818daa 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=NimBLE-Arduino -version=1.3.6 +version=1.3.7 author=h2zero maintainer=h2zero sentence=Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.