diff --git a/CHANGELOG b/CHANGELOG index df414f93..f453947d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +============================ +Version 7.6.0 - June 5, 2019 +============================ +- Added support for app defined notification buttons/categories. +- Fixed push events not being sent on iOS if a notification was delivered with a deep link. + ============================== Version 7.5.4 - April 19, 2019 ============================== diff --git a/package.json b/package.json index 03e600e9..5f7664aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urbanairship-cordova", - "version": "7.5.4", + "version": "7.6.0", "description": "Urban Airship Cordova plugin", "cordova": { "id": "urbanairship-cordova", diff --git a/plugin.xml b/plugin.xml index 3a09cccf..76a52f91 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@