diff --git a/CHANGELOG.md b/CHANGELOG.md index abf5cdedb6..e3082fa96f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.6.1](https://github.com/gotson/komga/compare/v1.6.0...v1.6.1) (2023-10-18) +## 🐛 Fixes +**komga-tray** +- missing jdk modules preventing SSL connections ([0d9184e](https://github.com/gotson/komga/commits/0d9184e)) +- some tasks would not be run on startup ([a47eddb](https://github.com/gotson/komga/commits/a47eddb)) + +## 🔄️ Changes +**komga-tray** +- add more logs around open explorer action ([db06919](https://github.com/gotson/komga/commits/db06919)) + # [1.6.0](https://github.com/gotson/komga/compare/v1.5.1...v1.6.0) (2023-10-18) ## 🚀 Features **api** diff --git a/gradle.properties b/gradle.properties index bb8000b9cb..3945046499 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.6.0 +version=1.6.1 org.gradle.jvmargs=-Xmx2G