From 856b0a50bac4cd9aca988f74a241cecfd9d2fa38 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Mar 2020 03:58:31 +0000 Subject: [PATCH] chore(release): 0.24.10 [skip ci] ## [0.24.10](https://github.com/gotson/komga/compare/v0.24.9...v0.24.10) (2020-03-25) ### Bug Fixes * **opds:** add summary and authors to book entries ([2414792](https://github.com/gotson/komga/commit/241479292ae1adc50ab45b03e39ef27d25f7847a)) * **webui:** properly display newline in book summary ([15d95ac](https://github.com/gotson/komga/commit/15d95ac442bba89e2fb98bf064995526d9dd6725)) --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1663dc39..746fd83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.24.10](https://github.com/gotson/komga/compare/v0.24.9...v0.24.10) (2020-03-25) + + +### Bug Fixes + +* **opds:** add summary and authors to book entries ([2414792](https://github.com/gotson/komga/commit/241479292ae1adc50ab45b03e39ef27d25f7847a)) +* **webui:** properly display newline in book summary ([15d95ac](https://github.com/gotson/komga/commit/15d95ac442bba89e2fb98bf064995526d9dd6725)) + ## [0.24.9](https://github.com/gotson/komga/compare/v0.24.8...v0.24.9) (2020-03-24) diff --git a/gradle.properties b/gradle.properties index fbaa2e3e..2aefafb1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.24.9 +version=0.24.10