From 90bd5740ffcda2506c238f0f8fe0da3a62df989c Mon Sep 17 00:00:00 2001 From: h2zero Date: Tue, 15 Feb 2022 20:25:10 -0700 Subject: [PATCH] Release v1.3.3 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb31763..3dfcd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [1.3.3] - 2022-02-15 + +### Changed +- If attribute retrieval fails with a "not found" try again with the 16 bit version if a 128 bit base uuid is used. + +### Fixed +- Memory leak when deleting client instance. +- IDf version check for data length extension. +- Memory leak when server services changed. +- Compiler warnings for non-esp32 devices. + ## [1.3.2] - 2022-01-15 ### Fixed