From c2861a6bb9bdc55e8bf11a6820225f7b7ca77686 Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Wed, 23 Jan 2019 10:20:04 -0500 Subject: [PATCH] Version 1.0.1 --- CHANGELOG | 6 ++++++ library.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0f23fd5..f5d21b7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ MKRNB 1.0.0 - ????.??.?? +MKRNB 1.0.1 - 2019.01.23 + +* Fixed warning and incorrect enum comparison in NB::shutdown() +* Choose Radio Access Technology sketch: Corrected 5G to 4G +* Fixed NBClient::write for write lengths of > 256 +* NBUDP: Changed to use URC for received packets MKRNB 1.0.0 - 2018.11.28 diff --git a/library.properties b/library.properties index 582da49..0c99085 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MKRNB -version=1.0.0 +version=1.0.1 author=Arduino maintainer=Arduino sentence=Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.