Skip to content

Commit c491021

Browse files
committed
Update changelog. Bump version.
1 parent cf592e5 commit c491021

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ pygmentsUseClasses = true
4040
weight = 5
4141

4242
[params]
43-
version = "2.6.0"
43+
version = "2.6.1"

docs/content/overview/changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ description: Lists the changes per LoRa App Server release, including steps how
1010

1111
# Changelog
1212

13+
## v2.6.1
14+
15+
### Improvements
16+
17+
* Make it possible in the API to move devices between applications.
18+
* Add `DevAddr` to enqueue API call to LoRa Server so that LoRa Server can validate the session-keys are in sync.
19+
* Add device details overview (UI).
20+
21+
### Bugfixes
22+
23+
* Fix `panic` when JOSN object is set but contains `null`. ([#314](https://github.com/brocaar/lora-app-server/issues/314))
24+
1325
## v2.6.0
1426

1527
### Features

0 commit comments

Comments
 (0)