diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c1ccbe..b4d3a62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.77.2](https://github.com/gotson/komga/compare/v0.77.1...v0.77.2) (2021-03-03) + + +### Bug Fixes + +* **webui:** keyboard navigation in searchbox results ([604ccf1](https://github.com/gotson/komga/commit/604ccf11928e8f80b4a9470e92272770bb08ed96)), closes [#250](https://github.com/gotson/komga/issues/250) +* **webui:** rearrange browse series and books views ([a5c7b17](https://github.com/gotson/komga/commit/a5c7b17829b73cb11e6e365c0949ccb624e6e0c3)) + ## [0.77.1](https://github.com/gotson/komga/compare/v0.77.0...v0.77.1) (2021-03-02) diff --git a/gradle.properties b/gradle.properties index aceae4d4..c11a496e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.77.1 +version=0.77.2