From 2418d9f45ca75419a348c2d48d7063b30153068e Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 20 Nov 2020 09:36:19 +0100 Subject: [PATCH] changelog: prepare v1.2 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5529459fa..7572dbbc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,17 +12,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added ### Changed -## Changes November 2020 + +## Release v1.2 ### Fixed - L2CAP: trigger pairing for outgoing LE Data Channels if security level insufficient - SM: fix update of sc flag for re-encrypted connection in peripheral role - SM: send security request on re-connect if bonded and `ENABLE_LE_PROACTIVE_AUTHENTICATION` is defined -- GATT Client: gatt_client_set_required_security_level allows to set required minimum security level for all GATT requests ### Added - GAP: `gap_delete_bonding` removes device from LE Resolving List and from discards LE bonding information - GATT Client: delete bonding information if re-encryption fails and `ENABLE_LE_PROACTIVE_AUTHENTICATION` is not defined +- GATT Client: gatt_client_set_required_security_level allows to set required minimum security level for all GATT requests - SM: emit events for re-encryption started/complete ### Changed