From ac85dae9556f93ac13425772486f900f8ffb4c8e Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Tue, 12 Nov 2019 10:44:44 -0500 Subject: [PATCH] Version 1.1.2 --- CHANGELOG | 5 +++++ library.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 802262fc..a29f8598 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ ArduinoBLE ?.?.? - ????.??.?? +ArduinoBLE 1.1.2 - 2019.11.12 + +* cordio: switch to lower power when polling with timeout +* Fixed issue with wrong types for disconnection event handling. Thanks @cparata + ArduinoBLE 1.1.1 - 2019.09.05 * [Cordio] Fixed crashing when BLE.begin() is not called diff --git a/library.properties b/library.properties index a9eb8e1e..57b7877c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoBLE -version=1.1.1 +version=1.1.2 author=Arduino maintainer=Arduino sentence=Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.