Skip to content

Commit 58eeed7

Browse files
committed
Bump version
1 parent 099e0fe commit 58eeed7

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
@@ -92,12 +92,13 @@ No changes
9292
* Fix a bug where the peripherals weren't powered up before the LTE module in power down mode
9393
* Fix a bug where the LEDs wouldn't blink after using power down mode
9494

95-
# 1.2.4
95+
# 1.3.0
9696

9797
## Features
9898

9999
* Add username and password authentication for MQTT
100100
* Add example using username and password authentication for MQTT
101+
* Add a function for retrieving the supply voltage of the board in LowPower and example demonstrating it
101102

102103
## Changes
103104

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