From e0403b0ff551753a86b6763991e11c97437a3c6b Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Mon, 17 Dec 2018 13:59:20 -0500 Subject: [PATCH] Version 1.3.2 --- CHANGELOG | 5 +++++ library.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 30f07a6..ceae38b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ MKRGSM ?.?.? - ????.??.?? +MKRGSM 1.3.2 - 2018.12.17 + +* Fixed one character SMS not being received correctly +* Fixed warning and incorrect enum comparision in GSM::shutdown() + MKRGSM 1.3.1 - 2018.11.12 * Changed where required, in MKRGSM's examples, the server's URL arduino.cc\80 in example.org\80, because http://arduino.cc will be no longer available diff --git a/library.properties b/library.properties index e7b4a71..d8d56e2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MKRGSM -version=1.3.1 +version=1.3.2 author=Arduino maintainer=Arduino sentence=Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.