Skip to content

Commit afc124b

Browse files
committed
Update changelog. Bump version.
1 parent dd47e36 commit afc124b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-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.7.1"
65+
version = "3.8.0"
6666
component = "chirpstack-gateway-bridge"

docs/content/overview/changelog.md

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

1111
# Changelog
1212

13+
## v3.8.0
14+
15+
### Features
16+
17+
#### Multi-line meta-data commands
18+
19+
This makes it possible to let a meta-data command return multiple lines of
20+
values. In case of multi-line output, ChirpStack Gateway Bridge will split
21+
each line by a configured delimiter to obtain the key / value pairs.
22+
23+
### Bugfixes
24+
25+
* Fix race condition in Semtech UDP Packet Forwarder backend. ([#162](https://github.com/brocaar/chirpstack-gateway-bridge))
26+
1327
## v3.7.1
1428

1529
### Bugfixes

0 commit comments

Comments
 (0)