diff --git a/CHANGELOG.md b/CHANGELOG.md index dddec36fe..8ef03b03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.4.7](https://github.com/ionic-team/capacitor/compare/2.4.6...2.4.7) (2021-03-03) + + +### Bug Fixes + +* fix(android): live reload not working when using adb reverse (#4141) ([9d7bf79](https://github.com/ionic-team/capacitor/commit/9d7bf79)), closes [#4141](https://github.com/ionic-team/capacitor/issues/4141) +* fix(android): Reject on FS permission prompt cancelation (#4185) ([d6991cb](https://github.com/ionic-team/capacitor/commit/d6991cb)), closes [#4185](https://github.com/ionic-team/capacitor/issues/4185) + + + ## [2.4.6](https://github.com/ionic-team/capacitor/compare/2.4.5...2.4.6) (2021-01-13)