Skip to content

Commit 1cd8c64

Browse files
committed
Merge remote-tracking branch 'origin' into low-power/interrupt
2 parents 6a68609 + 15bd43a commit 1cd8c64

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@
4040
* Fixes a bug where the CELL LED wouldn't blink while the device was connecting to the network
4141
* Fixes a bug in the sandbox where some event flags could be cleared before being processed
4242

43-
# 1.1.4
43+
# 1.2.0
4444

4545
## Features
4646

4747
* Split HTTP example into a HTTP and HTTPS example
4848
* Add a log message when HTTPS security profile is not set up
49+
* Update library.properties to pass lint checks for PR with library-registry
4950
* Improve error messages for MQTT
5051

5152
## Changes

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