Skip to content

Commit 62f3d2f

Browse files
committed
Bump version to 2.0.0test2.
1 parent d16be80 commit 62f3d2f

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

docs/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ pygmentsUseClasses = true
3333
weight = 4
3434

3535
[params]
36-
raspberrypi_raspberrypi3_version = "2.0.0test1"
37-
wifx_lorix_one_sd_version = "2.0.0test1"
38-
wifx_lorix_one_512_sd_version = "2.0.0test1"
36+
raspberrypi_raspberrypi3_version = "2.0.0test2"
37+
wifx_lorix_one_sd_version = "2.0.0test2"
38+
wifx_lorix_one_512_sd_version = "2.0.0test2"

docs/content/overview/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ menu:
88

99
# Changelog
1010

11+
## v2.0.0test2
12+
13+
### General
14+
15+
* Implement Mender for (OTA) system updates.
16+
* Implement OverlayFS over read-only root filesystem.
17+
18+
### Raspberry Pi
19+
20+
* Add support for Sandbox Electronics LoRaGo PORT concentrator.
21+
* Implement all US915 and AU915 channel-blocks. ([#2](https://github.com/brocaar/lora-gateway-os/pull/2))
22+
* [lora-gateway-os-full] Automatic (re)configure LoRa Server on setting the concentrator channel-plan.
23+
1124
## v2.0.0test1
1225

1326
* Initial test release.

meta/conf/distro/lora-gateway-os.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DISTRO = "lora-gateway-os"
22
DISTRO_NAME = "LoRa Gateway OS"
3-
DISTRO_VERSION = "2.0.0test1"
3+
DISTRO_VERSION = "2.0.0test2"
44

55
PACKAGE_CLASSES = "package_ipk"
66
IMAGE_INSTALL_append = " opkg "

0 commit comments

Comments
 (0)