From 1973e8b24daf96ae739af4fbb262d91f87ff7c2c Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Mon, 4 Mar 2019 16:30:03 -0500 Subject: [PATCH] Version 1.1.0 --- CHANGELOG | 7 +++++++ library.properties | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f5d21b7..818b4b6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ MKRNB 1.0.0 - ????.??.?? +MKRNB 1.1.0 - 2019.03.04 + +* Removed NB::lowPowerMode() and NB::noLowPowerMode() API's +* Changed begin() and end() to use the power pin to control the module power +* Added SMS send and receive support +* Added NBModem::getICCID() API + MKRNB 1.0.1 - 2019.01.23 * Fixed warning and incorrect enum comparison in NB::shutdown() diff --git a/library.properties b/library.properties index 0c99085..fe3726e 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=MKRNB -version=1.0.1 +version=1.1.0 author=Arduino maintainer=Arduino sentence=Enables NB/GRPS network connection using the Arduino MKR NB 1500 board. -paragraph=This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks. You can either use web Clients and Servers.
+paragraph=This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks.
category=Communication url=http://www.arduino.cc/en/Reference/MKRNB architectures=samd