Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 3f03370

Browse files
committed
Update changelog. Bump version.
1 parent fce9dcc commit 3f03370

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22
sudo: required
33
go:
4-
- 1.7
4+
- 1.7.x
55
before_install:
66
- sudo apt-get -qq update
77

docs/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.2.0
4+
5+
**Features:**
6+
7+
* Adaptive data-rate support. See [loraserver/features](https://docs.loraserver.io/loraserver/features/)
8+
for more information about ADR. Note:
9+
10+
* [LoRa Server](https://docs.loraserver.io/loraserver/) 0.13.0 or higher
11+
is required
12+
* ADR is currently only implemented for the EU 863-870 ISM band
13+
* This is an experimental feature
14+
15+
* Besides RX information, TX information is exposed for received uplink
16+
payloads. See [MQTT topics](mqtt-topics.md) for more information.
17+
18+
319
## 0.1.4
420

521
* Update exposed data which is published to the

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pages:
1515
- changelog.md
1616

1717
extra:
18-
version: '0.1.4'
18+
version: '0.2.0'
1919
github:
2020
download_release: true
2121

0 commit comments

Comments
 (0)