Skip to content

Commit c0fb29a

Browse files
committed
Update changelog and versions
1 parent dcccae1 commit c0fb29a

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
@@ -33,3 +33,9 @@
3333
* Fixes a bug where the power save functionality would not terminate
3434
* Reduce time used for querying for operator
3535

36+
# 1.1.3
37+
38+
## Bugfixes
39+
40+
* Fixes a bug where the CELL LED wouldn't blink while the device was connecting to the network
41+
* Fixes a bug in the sandbox where some event flags could be cleared before being processed

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.1.2"
6+
#define SANDBOX_VERSION "1.1.3"
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.1.2
2+
version=1.1.3
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)