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 4f8706ca..b1eaf241 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=STM32duinoBLE -version=1.1.1 +version=1.1.2 author=Arduino, SRA maintainer=stm32duino sentence=Fork of ArduinoBLE library to add the support of SPBTLE-RF and SPBTLE-1S BLE modules.