From ae68e57afd326a2cbb906c51e1be79a3dbec6c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= <4281581+LKaemmerling@users.noreply.github.com> Date: Thu, 7 Feb 2019 07:28:07 +0100 Subject: [PATCH] Add Changelog Line for 2.0.0RC2 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c22c72..e508d36 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All Notable changes to `onesignal` will be documented in this file +## 2.0.0-RC2 - 2019-02-07 +- Update the underlying **berkayk/onesignal-laravel** Package to v1.0.1 ([#60](https://github.com/laravel-notification-channels/onesignal/pull/60)) + ## 2.0.0-RC1 - 2019-01-03 - [Refactor] Switch to trait based class ordering ([#58](https://github.com/laravel-notification-channels/onesignal/pull/58)) - [Feature] Allow sending to multiple tags ([#73](https://github.com/laravel-notification-channels/onesignal/pull/73))