diff --git a/CHANGELOG.md b/CHANGELOG.md index 20cc6efa1..b7d6df87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.64.4](https://github.com/gotson/komga/compare/v0.64.3...v0.64.4) (2020-11-02) + + +### Bug Fixes + +* **api:** support accept header in getBookPage ([#352](https://github.com/gotson/komga/issues/352)) ([e123d38](https://github.com/gotson/komga/commit/e123d386928c07c69915fcaa903c1a9b5373b8c6)), closes [#350](https://github.com/gotson/komga/issues/350) + ## [0.64.3](https://github.com/gotson/komga/compare/v0.64.2...v0.64.3) (2020-10-29) diff --git a/gradle.properties b/gradle.properties index a0fa962b9..c4ff2eb83 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.64.3 +version=0.64.4