From 1fb93dfa38c632ca95f7840bf74655b51985c7dc Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:42:51 +0000 Subject: [PATCH] chore(release): 1.6.1 [skip ci] --- CHANGELOG.md | 10 ++++++++++ gradle.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf5cded..e3082fa9 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 bb8000b9..39450464 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.6.0 +version=1.6.1 org.gradle.jvmargs=-Xmx2G