From aaae22ff27a8009ffe302105691b90f962ace5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Fri, 9 Mar 2018 08:12:22 +0100 Subject: [PATCH] Update CHANGELOG.md (#52) * Update CHANGELOG.md * Prepare Release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 214982e..417a6e6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All Notable changes to `onesignal` will be documented in this file +## 1.2.0 - 2018-03-09 +- [Feature] Added targetting per Tags https://github.com/laravel-notification-channels/onesignal/pull/48 +- [Refactor] Implement payload Factory https://github.com/laravel-notification-channels/onesignal/pull/50 + +## 1.1.1 - 2018-02-09 +- [Feature] Added return for response after sending the message https://github.com/laravel-notification-channels/onesignal/pull/46 ## 1.1.0 - 2018-01-08 - Min. PHP Version is now PHP 7.0 and tests were executed on php 7.2 https://github.com/laravel-notification-channels/onesignal/pull/44