From dd81854c3d45d0b7dfa258023a5ff80fd7c1282e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Jan 2021 07:35:50 +0000 Subject: [PATCH] chore(release): 0.65.0 [skip ci] # [0.65.0](https://github.com/gotson/komga/compare/v0.64.8...v0.65.0) (2021-01-05) ### Features * **api:** filter /series endpoint by library_id ([1603a96](https://github.com/gotson/komga/commit/1603a96de6a0bb4fdcadad01220498f63a8fd729)), closes [#360](https://github.com/gotson/komga/issues/360) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- komga/docs/openapi.json | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8848a017..0d5d93c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.65.0](https://github.com/gotson/komga/compare/v0.64.8...v0.65.0) (2021-01-05) + + +### Features + +* **api:** filter /series endpoint by library_id ([1603a96](https://github.com/gotson/komga/commit/1603a96de6a0bb4fdcadad01220498f63a8fd729)), closes [#360](https://github.com/gotson/komga/issues/360) + ## [0.64.8](https://github.com/gotson/komga/compare/v0.64.7...v0.64.8) (2020-12-31) diff --git a/gradle.properties b/gradle.properties index c4cb30c4..6bc4a0ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.64.8 +version=0.65.0 diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index 079544c1..03115477 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -1957,6 +1957,17 @@ } }, "parameters": [ + { + "schema": { + "type": "array", + "items": { + "type": "string" + } + }, + "in": "query", + "name": "library_id", + "required": false + }, { "schema": { "type": "boolean" @@ -2076,6 +2087,17 @@ } }, "parameters": [ + { + "schema": { + "type": "array", + "items": { + "type": "string" + } + }, + "in": "query", + "name": "library_id", + "required": false + }, { "schema": { "type": "boolean" @@ -4707,6 +4729,17 @@ } }, "parameters": [ + { + "schema": { + "type": "array", + "items": { + "type": "string" + } + }, + "in": "query", + "name": "library_id", + "required": false + }, { "schema": { "type": "boolean"