Skip to content

Commit 97b1f78

Browse files
committed
Increase version
1 parent 17be127 commit 97b1f78

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,18 @@
7575

7676
No changes
7777

78-
# 1.3.0
78+
# 1.2.3
7979

80-
# Fixes
80+
## Features
81+
82+
* Add GPS tracker example
83+
84+
## Changes
8185

8286
* Update MCP9808 library name in library.properties dependency field
8387
* Update VEML3328 library name in library.properties dependency field
8488
* Update Jenkins pipeline with new arduino-lint configurations
89+
90+
## Bugfixes
91+
92+
* Fix a bug where the peripherals weren't powered up before the LTE module in power down mode

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