diff --git a/CHANGELOG.md b/CHANGELOG.md index 56095f06a..024f675f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.111.0](https://github.com/gotson/komga/compare/v0.110.0...v0.111.0) (2021-07-29) + + +### Features + +* **api:** full text search ([8f27faf](https://github.com/gotson/komga/commit/8f27faf4172bcdd733709241be6a67028d0ae737)), closes [#24](https://github.com/gotson/komga/issues/24) [#496](https://github.com/gotson/komga/issues/496) + # [0.110.0](https://github.com/gotson/komga/compare/v0.109.1...v0.110.0) (2021-07-26) diff --git a/gradle.properties b/gradle.properties index af377100c..e3f2b4dd5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.110.0 +version=0.111.0 org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G