From 8d67097938cd8ece7517a9883c042222d509c81e Mon Sep 17 00:00:00 2001 From: Yogev Ben David Date: Mon, 12 Aug 2019 15:05:29 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0323b1a..0212ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog +# 2.0.6 +## Fixed +### Android +* Resolve intent by extra key and not by `google.message_id` string, Addresses #296. [#5056657](https://github.com/wix/react-native-notifications/pull/358/commits/5056657a6b3041b0c272357afcded42e59b83433) by [yogevbd](https://github.com/yogevbd) + +# 2.0.5 +## Fixed +### Android +* Reverted #349, This caused our e2e tests to fail, therefor we reverted this PR and will resolve this issue in the next version [#0b70828](https://github.com/wix/react-native-notifications/pull/357/commits/0b70828ca3e1f4e00817a32d6327381b4605c75c) by [yogevbd](https://github.com/yogevbd) + +# 2.0.4 +## Fixed +* Fix missing badge in silent notification payload with no aps.alert [#21c684d](https://github.com/wix/react-native-notifications/commit/21c684dbb7f632644747fa884c1b3f2bfd87f0a5) by [yogevbd](https://github.com/yogevbd) + +Moved our builds to CircleCI and added iOS unit and e2e tests coverage. + # 2.0.3 ## Fixed -- 2.26.2