Skip to content

Commit fd97e3e

Browse files
committed
MCU8MASS-1990 MCU8MASS-1989 Update changelog and increment version
1 parent 793b784 commit fd97e3e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,9 @@ Internal build
188188

189189
## Deprecation notice
190190
* This release deprecates the use of `ECC608.getThingName(buffer, &size)` and `ECC608.getEndpoint(buffer, &size)`. Use `ECC608.readProvisionItem(type, buffer, &size)` instead. The `type` is an enum of `ecc_data_types` found in `ecc608.h`. To e.g. read the AWS thing name, use: `ECC608.readProvisionItem(AWS_THINGNAME, buffer, &size)`.
191+
192+
193+
# 1.3.7
194+
195+
## Bugfixes
196+
* Fix a bug where a disconnect from the network whilst being connected to a MQTT broker would cause the board to not respond

examples/sandbox/sandbox.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* experience
44
*/
55

6-
#define SANDBOX_VERSION "1.3.6"
6+
#define SANDBOX_VERSION "1.3.7"
77

88
#include <ArduinoJson.h>
99
#include <ecc608.h>

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AVR-IoT-Cellular
2-
version=1.3.6
2+
version=1.3.7
33
author=Microchip Technology Inc. <simen.gangstad@microchip.com>
44
maintainer=Microchip Technology Inc. <simen.gangstad@microchip.com>
55
sentence=Library for the AVR-IoT Cellular Mini Board

0 commit comments

Comments
 (0)