We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871b079 commit 12076faCopy full SHA for 12076fa
docs/config.toml
@@ -39,4 +39,4 @@ googleAnalytics = "UA-3512995-9"
39
weight = 5
40
41
[params]
42
- version = "2.0.0"
+ version = "2.0.1"
docs/content/overview/changelog.md
@@ -8,6 +8,13 @@ menu:
8
9
# Changelog
10
11
+## v2.0.1
12
+
13
+### Bugfixes
14
15
+* Use `gofrs/uuid` UUID library as `satori/go.uuid` is not truly random. ([#253](https://github.com/brocaar/lora-app-server/pull/253))
16
+* Fix web-interface login form (sometimes a double login was required).
17
18
## v2.0.0
19
20
### Upgrade notes
0 commit comments