Skip to content

Commit

Permalink
Update changelog. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Nov 27, 2019
1 parent 38e12d3 commit 4f26ea7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ theme = "chirpstack-hugo-theme"
weight = 8

[params]
version = "3.4.1"
version = "3.5.0"
component = "chirpstack-gateway-bridge"
26 changes: 26 additions & 0 deletions docs/content/overview/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,32 @@ description: Lists the changes per ChirpStack Gateway Bridge release, including

# Changelog

## v3.5.0

### Features

#### MIPS builds

This is the first release providing binaries compiled for MIPS. These binaries
are compiled with `GOMIPS=softfloat` and are compressed with `upx` as MIPS
based gateways have usually limited storage space available. ([#65](https://github.com/brocaar/chirpstack-gateway-bridge/issues/65))

#### RPM packaging

This is the first release providing .rpm packages for CentOS and RedHat. ([#145](https://github.com/brocaar/chirpstack-gateway-bridge/pull/145))

### Improvements

#### Environment variable configuration

The usage of `.` in environment variables for configuration has been deprecated
(it will continue to work, but will log a warning). Instead of `.`, use a
double underscore (`__`). ([#144](https://github.com/brocaar/chirpstack-gateway-bridge/pull/144))

#### Multiple MQTT servers

This release adds support for the configuration of multiple MQTT servers. ([#141](https://github.com/brocaar/chirpstack-gateway-bridge/pull/141))

## v3.4.1

### Bugfixes
Expand Down

0 comments on commit 4f26ea7

Please sign in to comment.