From ce8e27b4593b4a5befcc9ce53f53f1ed09567cb7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Mar 2020 08:02:00 +0000 Subject: [PATCH] chore(release): 0.24.0 [skip ci] # [0.24.0](https://github.com/gotson/komga/compare/v0.23.0...v0.24.0) (2020-03-18) ### Bug Fixes * **add library:** special characters handling ([15afa93](https://github.com/gotson/komga/commit/15afa9343155aecee4132cb0ceedbfb5bf22b229)) ### Features * **book reader:** set reading direction from metadata ([30e766b](https://github.com/gotson/komga/commit/30e766be16dff121577ebb24d11881f73450c5cd)) * **book reader:** vertical reading mode ([ca03111](https://github.com/gotson/komga/commit/ca03111b0b4246239bad84b79d7d179975d722aa)) --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b229e7fbc85..69fa5ff5ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [0.24.0](https://github.com/gotson/komga/compare/v0.23.0...v0.24.0) (2020-03-18) + + +### Bug Fixes + +* **add library:** special characters handling ([15afa93](https://github.com/gotson/komga/commit/15afa9343155aecee4132cb0ceedbfb5bf22b229)) + + +### Features + +* **book reader:** set reading direction from metadata ([30e766b](https://github.com/gotson/komga/commit/30e766be16dff121577ebb24d11881f73450c5cd)) +* **book reader:** vertical reading mode ([ca03111](https://github.com/gotson/komga/commit/ca03111b0b4246239bad84b79d7d179975d722aa)) + # [0.23.0](https://github.com/gotson/komga/compare/v0.22.2...v0.23.0) (2020-03-18) diff --git a/gradle.properties b/gradle.properties index 4433e215f81..31662eadd53 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.23.0 +version=0.24.0