From 2ec0e295faf17e061ef0f4d84bfba7deaa257154 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 02:37:07 +0000 Subject: [PATCH] chore(release): 1.23.3 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- komga/docs/openapi.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f356083..4032e5f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.23.3](https://github.com/gotson/komga/compare/1.23.2...1.23.3) (2025-08-28) +## 🐛 Fixes +**api** +- cannot create readlist or collection with database in WAL mode ([1776174](https://github.com/gotson/komga/commits/1776174)) + +## 🛠 Build +**release** +- fail jreleaser on publish errors ([6b4d81e](https://github.com/gotson/komga/commits/6b4d81e)) + +## ⚙️ Dependencies +**ci** +- bump actions/setup-java from 4 to 5 ([b837963](https://github.com/gotson/komga/commits/b837963)) + # [1.23.2](https://github.com/gotson/komga/compare/1.23.1...1.23.2) (2025-08-25) ## 🐛 Fixes **kobo** diff --git a/gradle.properties b/gradle.properties index 5f05446c8..2797f9329 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.23.2 +version=1.23.3 org.gradle.jvmargs=-Xmx2G diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index 1dfbb39f8..e27e09715 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -7,7 +7,7 @@ "url": "https://github.com/gotson/komga/blob/master/LICENSE" }, "title": "Komga API", - "version": "1.23.2" + "version": "1.23.3" }, "externalDocs": { "description": "Komga documentation",