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