diff --git a/CHANGELOG.md b/CHANGELOG.md index 19201e8e..255cb908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.28.4](https://github.com/gotson/komga/compare/v0.28.3...v0.28.4) (2020-05-06) + + +### Bug Fixes + +* **tasks:** background tasks would stop running if disk is over 90% full ([dc33fb1](https://github.com/gotson/komga/commit/dc33fb1d10a72d0fc3bd6715f7fcd0c1dfead90b)) + ## [0.28.3](https://github.com/gotson/komga/compare/v0.28.2...v0.28.3) (2020-05-05) diff --git a/gradle.properties b/gradle.properties index 1f6dd978..d9cbcb99 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.28.3 +version=0.28.4