Skip to content

Commit 8f8bf2c

Browse files
committed
Update changelog. Bump version.
1 parent e73f2a0 commit 8f8bf2c

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

docs/config.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ pygmentsUseClasses = true
6161
weight = 8
6262

6363
[params]
64-
version = "3.2.1"
65-
64+
version = "3.3.0"

docs/content/overview/changelog.md

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

1111
# Changelog
1212

13+
## v3.3.0
14+
15+
### Features
16+
17+
#### Message IDs
18+
19+
This release implements unique message IDs (both for events and commands) that
20+
can be used for correlation or logging purposes.
21+
22+
#### BasicStation channel-plan configuration
23+
24+
To make it easier to work with the [BasicStation](https://doc.sm.tc/station/)
25+
Packet Forwarder, this release makes it possible to configure the channel-plan
26+
inside the LoRa Gateway Bridge configuration file. It is no longer needed to
27+
configure a Gateway Profile within LoRa App Server. This means that it is also
28+
possible to use the LoRa Gateway Bridge with BasicStation gateways, without
29+
the need of installing LoRa Server and LoRa App Server.
30+
31+
### Bugfixes
32+
1333
## v3.2.1
1434

1535
### Bugfixes

0 commit comments

Comments
 (0)