diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd576e14..550a1c37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.71.3](https://github.com/gotson/komga/compare/v0.71.2...v0.71.3) (2021-02-19) + + +### Bug Fixes + +* **webui:** filter panel would not show values properly ([a63daaf](https://github.com/gotson/komga/commit/a63daafcce8975df46b9d65be83e9d1aac4fb374)) +* **webui:** incorrect rtl icon ([98a8f61](https://github.com/gotson/komga/commit/98a8f61a488856e038451a866184b0b1e3402f12)) + ## [0.71.2](https://github.com/gotson/komga/compare/v0.71.1...v0.71.2) (2021-02-19) diff --git a/gradle.properties b/gradle.properties index a3c8dc8f1..657d6b704 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.71.2 +version=0.71.3