chore(release): 1.23.3 [skip ci]

This commit is contained in:
github-actions 2025-08-28 02:37:07 +00:00
parent 1776174d3f
commit 2ec0e295fa
3 changed files with 15 additions and 2 deletions

View file

@ -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) # [1.23.2](https://github.com/gotson/komga/compare/1.23.1...1.23.2) (2025-08-25)
## 🐛 Fixes ## 🐛 Fixes
**kobo** **kobo**

View file

@ -1,2 +1,2 @@
version=1.23.2 version=1.23.3
org.gradle.jvmargs=-Xmx2G org.gradle.jvmargs=-Xmx2G

View file

@ -7,7 +7,7 @@
"url": "https://github.com/gotson/komga/blob/master/LICENSE" "url": "https://github.com/gotson/komga/blob/master/LICENSE"
}, },
"title": "Komga API", "title": "Komga API",
"version": "1.23.2" "version": "1.23.3"
}, },
"externalDocs": { "externalDocs": {
"description": "Komga documentation", "description": "Komga documentation",