diff --git a/CHANGELOG.md b/CHANGELOG.md index b26a5b8a1..90387ef04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.99.4](https://github.com/gotson/komga/compare/v0.99.3...v0.99.4) (2021-06-18) + + +### Bug Fixes + +* some tasks could be executed with the wrong priority ([2b6f534](https://github.com/gotson/komga/commit/2b6f534f848f5b8fc926558d03edc3a594a9f2e2)) + ## [0.99.3](https://github.com/gotson/komga/compare/v0.99.2...v0.99.3) (2021-06-17) diff --git a/gradle.properties b/gradle.properties index 49d38d7ec..d8c35b1c9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.99.3 +version=0.99.4 org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G