Skip to content

Commit 361697b

Browse files
committed
Update changelog. Bump version.
1 parent 93b6a11 commit 361697b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ pygmentsUseClasses = true
5454
weight = 7
5555

5656
[params]
57-
version = "3.1.0"
57+
version = "3.2.0"
5858

docs/content/overview/changelog.md

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

1111
# Changelog
1212

13+
## v3.2.0
14+
15+
### Features
16+
17+
#### NetID and JoinEUI filters
18+
19+
Configuration options have been implemented to filter uplink messages on netID
20+
and JoinEUI. This makes it possible to ignore messages from neighboring
21+
to save on bandwidth usage (e.g. when the gateway is using a cellular backhaul).
22+
23+
#### Execute commands
24+
25+
This feature makes it possible to execute commands on the gateway (when the
26+
LoRa Gateway Bridge is running on the gateway). Note: commands must be
27+
pre-configured in the LoRa Gateway Bridge configuration file.
28+
1329
## v3.1.0
1430

1531
### Features

0 commit comments

Comments
 (0)