From 8d7b45bb45fdaa12eee04e3cd96bd58690646600 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Jun 2020 14:00:10 +0000 Subject: [PATCH] chore(release): 0.33.1 [skip ci] ## [0.33.1](https://github.com/gotson/komga/compare/v0.33.0...v0.33.1) (2020-06-03) ### Bug Fixes * **api:** incorrect number of books returned ([544c873](https://github.com/gotson/komga/commit/544c8731416276cc97125851e503008be3ea8769)), closes [#177](https://github.com/gotson/komga/issues/177) * **webui:** unread tick not showing properly on books ([0d0b998](https://github.com/gotson/komga/commit/0d0b9985c01764e707893fa66f1288f08276477b)) --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17505eb2a..2b5ef3c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.33.1](https://github.com/gotson/komga/compare/v0.33.0...v0.33.1) (2020-06-03) + + +### Bug Fixes + +* **api:** incorrect number of books returned ([544c873](https://github.com/gotson/komga/commit/544c8731416276cc97125851e503008be3ea8769)), closes [#177](https://github.com/gotson/komga/issues/177) +* **webui:** unread tick not showing properly on books ([0d0b998](https://github.com/gotson/komga/commit/0d0b9985c01764e707893fa66f1288f08276477b)) + # [0.33.0](https://github.com/gotson/komga/compare/v0.32.0...v0.33.0) (2020-06-03) diff --git a/gradle.properties b/gradle.properties index 47feb6ea8..deabb8cf5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.33.0 +version=0.33.1