Skip to content

Commit

Permalink
Release: prepare 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 13, 2021
1 parent e42fbb3 commit ebf6882
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
LogList Release Notes
=====================

2.0.0
-----
2.0.1 (2021-01-13)
------------------
**Fixed issues**:
- [#235: NullPointerException when fetching the quotes through the API][issue-235]

2.0.0 (2020-10-30)
------------------
This is the first release after Play framework update.

Remember to update the configuration file (`application.conf`):
Expand All @@ -24,3 +29,5 @@ play.filters.hosts {
allowed = ["loglist.xyz"]
}
```

[issue-235]: https://github.com/codingteam/loglist/issues/235
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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"))
Expand Down

0 comments on commit ebf6882

Please sign in to comment.