Skip to content

Commit fa532c6

Browse files
committed
Update changelog. Bump version.
1 parent d6ea918 commit fa532c6

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

docs/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ theme = "chirpstack-hugo-theme"
3434
weight = 4
3535

3636
[params]
37-
raspberrypi_raspberrypi0_wifi_version = "3.3.0-test.5"
38-
raspberrypi_raspberrypi_version = "3.3.0-test.5"
39-
raspberrypi_raspberrypi3_version = "3.3.0-test.5"
40-
raspberrypi_raspberrypi4_version = "3.3.0-test.5"
37+
raspberrypi_raspberrypi0_wifi_version = "3.3.0-test.6"
38+
raspberrypi_raspberrypi_version = "3.3.0-test.6"
39+
raspberrypi_raspberrypi3_version = "3.3.0-test.6"
40+
raspberrypi_raspberrypi4_version = "3.3.0-test.6"
4141
wifx_lorix_one_sd_version = "3.2.0test1"
4242
wifx_lorix_one_512_sd_version = "3.2.0test1"
4343
component = "chirpstack-gateway-os"

docs/content/overview/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@ toc: false
99

1010
# Changelog
1111

12+
## v3.3.0-test.6
13+
14+
### Features
15+
16+
* Support has been added for the Raspberry Pi 4.
17+
* Support has been added for the Raspberry Pi Zero W.
18+
* Support has been added for the RAK2246 and RAK2246G shields.
19+
* Class-B beacon configuration has been added to the band configuration.
20+
21+
### Updates
22+
23+
* [ChirpStack Concentratord](https://github.com/brocaar/chirpstack-concentratord) is updated to v3.0.0-test.9.
24+
25+
### Improvements
26+
27+
* `gateway-config` shows ChirpStack Gateway OS version.
28+
* `gateway-config` shows Gateway ID.
29+
* Change ISM band names to their common name. ([#47](https://github.com/brocaar/chirpstack-gateway-os/pull/47))
30+
* `sx1301-reset` script has been modified to leave the reset pin as output.
31+
1232
## v3.3.0-test.5
1333

1434
### Updates
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DISTRO = "chirpstack-gateway-os"
22
DISTRO_NAME = "ChirpStack Gateway OS"
3-
DISTRO_VERSION = "3.3.0-test.5"
3+
DISTRO_VERSION = "3.3.0-test.6"
44

55
EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"

0 commit comments

Comments
 (0)