Skip to content

Commit 4f26ea7

Browse files
committed
Update changelog. Bump version.
1 parent 38e12d3 commit 4f26ea7

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ theme = "chirpstack-hugo-theme"
6262
weight = 8
6363

6464
[params]
65-
version = "3.4.1"
65+
version = "3.5.0"
6666
component = "chirpstack-gateway-bridge"

docs/content/overview/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,32 @@ description: Lists the changes per ChirpStack Gateway Bridge release, including
1010

1111
# Changelog
1212

13+
## v3.5.0
14+
15+
### Features
16+
17+
#### MIPS builds
18+
19+
This is the first release providing binaries compiled for MIPS. These binaries
20+
are compiled with `GOMIPS=softfloat` and are compressed with `upx` as MIPS
21+
based gateways have usually limited storage space available. ([#65](https://github.com/brocaar/chirpstack-gateway-bridge/issues/65))
22+
23+
#### RPM packaging
24+
25+
This is the first release providing .rpm packages for CentOS and RedHat. ([#145](https://github.com/brocaar/chirpstack-gateway-bridge/pull/145))
26+
27+
### Improvements
28+
29+
#### Environment variable configuration
30+
31+
The usage of `.` in environment variables for configuration has been deprecated
32+
(it will continue to work, but will log a warning). Instead of `.`, use a
33+
double underscore (`__`). ([#144](https://github.com/brocaar/chirpstack-gateway-bridge/pull/144))
34+
35+
#### Multiple MQTT servers
36+
37+
This release adds support for the configuration of multiple MQTT servers. ([#141](https://github.com/brocaar/chirpstack-gateway-bridge/pull/141))
38+
1339
## v3.4.1
1440

1541
### Bugfixes

0 commit comments

Comments
 (0)