From 83d9d2f3fc409567af7cb9537b8e6c17c6a2a138 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Jun 2020 12:45:04 +0000 Subject: [PATCH] chore(release): 0.34.1 [skip ci] ## [0.34.1](https://github.com/gotson/komga/compare/v0.34.0...v0.34.1) (2020-06-04) ### Bug Fixes * **webui:** filter status not reset properly when changing library ([fea5431](https://github.com/gotson/komga/commit/fea54313d3f7e635d131d0bd339c59123cfc8422)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29007d9334..95e3506701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.34.1](https://github.com/gotson/komga/compare/v0.34.0...v0.34.1) (2020-06-04) + + +### Bug Fixes + +* **webui:** filter status not reset properly when changing library ([fea5431](https://github.com/gotson/komga/commit/fea54313d3f7e635d131d0bd339c59123cfc8422)) + # [0.34.0](https://github.com/gotson/komga/compare/v0.33.1...v0.34.0) (2020-06-04) diff --git a/gradle.properties b/gradle.properties index 36fdeaea33..5a4f597022 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.34.0 +version=0.34.1