We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e0bde commit 11c2c38Copy full SHA for 11c2c38
3 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# [1.21.1](https://github.com/gotson/komga/compare/1.21.0...1.21.1) (2025-03-06)
2
+## 🐛 Fixes
3
+**api**
4
+- book import would return incorrect matched series ([10e0bde](https://github.com/gotson/komga/commits/10e0bde))
5
+
6
# [1.21.0](https://github.com/gotson/komga/compare/1.20.0...1.21.0) (2025-03-05)
7
## 🚀 Features
8
**api**
gradle.properties
@@ -1,2 +1,2 @@
-version=1.21.0
+version=1.21.1
org.gradle.jvmargs=-Xmx2G
komga/docs/openapi.json
@@ -7,7 +7,7 @@
"url": "https://github.com/gotson/komga/blob/master/LICENSE"
},
9
"title": "Komga API",
10
- "version": "1.21.0"
+ "version": "1.21.1"
11
12
"externalDocs": {
13
"description": "Komga documentation",
0 commit comments