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 Apr 2, 2020
1 parent dd47e36 commit afc124b
Show file tree
Hide file tree
Showing 2 changed files with 15 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.7.1"
version = "3.8.0"
component = "chirpstack-gateway-bridge"
14 changes: 14 additions & 0 deletions docs/content/overview/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ description: Lists the changes per ChirpStack Gateway Bridge release, including

# Changelog

## v3.8.0

### Features

#### Multi-line meta-data commands

This makes it possible to let a meta-data command return multiple lines of
values. In case of multi-line output, ChirpStack Gateway Bridge will split
each line by a configured delimiter to obtain the key / value pairs.

### Bugfixes

* Fix race condition in Semtech UDP Packet Forwarder backend. ([#162](https://github.com/brocaar/chirpstack-gateway-bridge))

## v3.7.1

### Bugfixes
Expand Down

0 comments on commit afc124b

Please sign in to comment.