diff --git a/CHANGELOG.md b/CHANGELOG.md index a3733726f..a4503dcaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.116.0](https://github.com/gotson/komga/compare/v0.115.1...v0.116.0) (2021-08-09) + + +### Features + +* better full text search ([5aa9a95](https://github.com/gotson/komga/commit/5aa9a95ca5a88739705e879349787fb8622b275d)), closes [#592](https://github.com/gotson/komga/issues/592) [#597](https://github.com/gotson/komga/issues/597) + ## [0.115.1](https://github.com/gotson/komga/compare/v0.115.0...v0.115.1) (2021-08-08) diff --git a/gradle.properties b/gradle.properties index 42e94aa5d..177fda93a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.115.1 +version=0.116.0 org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G