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

Commit 48c1f20

Browse files
committed
Bump version.
1 parent 7132926 commit 48c1f20

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: required
33
dist: trusty
44

55
go:
6-
- 1.7.x
6+
- 1.8.x
77

88
services:
99
- redis-server

docs/changelog.md

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

3+
## 0.5.0
4+
5+
**Features:**
6+
7+
* Per application (network) settings. Settings like Class-C, ADR, receive-window,
8+
data-rate etc. can now be managed on an application level. Optionally, they can
9+
be overridden per node.
10+
* Applications and nodes are now paginated per 20 rows.
11+
312
## 0.4.0
413

514
**Features & changes:**

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.4.0'
18+
version: '0.5.0'
1919
github:
2020
download_release: true
2121

0 commit comments

Comments
 (0)