Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed Mar 4, 2019
1 parent da41260 commit 1973e8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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()
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=MKRNB
version=1.0.1
version=1.1.0
author=Arduino
maintainer=Arduino <[email protected]>
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.</br>
paragraph=This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks.</br>
category=Communication
url=http://www.arduino.cc/en/Reference/MKRNB
architectures=samd
Expand Down

0 comments on commit 1973e8b

Please sign in to comment.