Skip to content

Commit ebf6882

Browse files
committed
Release: prepare 2.0.1
1 parent e42fbb3 commit ebf6882

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

RELEASES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
LogList Release Notes
22
=====================
33

4-
2.0.0
5-
-----
4+
2.0.1 (2021-01-13)
5+
------------------
6+
**Fixed issues**:
7+
- [#235: NullPointerException when fetching the quotes through the API][issue-235]
8+
9+
2.0.0 (2020-10-30)
10+
------------------
611
This is the first release after Play framework update.
712

813
Remember to update the configuration file (`application.conf`):
@@ -24,3 +29,5 @@ play.filters.hosts {
2429
allowed = ["loglist.xyz"]
2530
}
2631
```
32+
33+
[issue-235]: https://github.com/codingteam/loglist/issues/235

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ThisBuild / version := "2.0.0"
1+
ThisBuild / version := "2.0.1"
22
ThisBuild / scalaVersion := "2.13.3"
33

44
lazy val scalajs = (project in file("scalajs"))

0 commit comments

Comments
 (0)