We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42fbb3 commit ebf6882Copy full SHA for ebf6882
2 files changed
RELEASES.md
@@ -1,8 +1,13 @@
1
LogList Release Notes
2
=====================
3
4
-2.0.0
5
------
+2.0.1 (2021-01-13)
+------------------
6
+**Fixed issues**:
7
+- [#235: NullPointerException when fetching the quotes through the API][issue-235]
8
+
9
+2.0.0 (2020-10-30)
10
11
This is the first release after Play framework update.
12
13
Remember to update the configuration file (`application.conf`):
@@ -24,3 +29,5 @@ play.filters.hosts {
24
29
allowed = ["loglist.xyz"]
25
30
}
26
31
```
32
33
+[issue-235]: https://github.com/codingteam/loglist/issues/235
build.sbt
@@ -1,4 +1,4 @@
-ThisBuild / version := "2.0.0"
+ThisBuild / version := "2.0.1"
ThisBuild / scalaVersion := "2.13.3"
lazy val scalajs = (project in file("scalajs"))
0 commit comments