diff --git a/android/README.md b/android/README.md index b1acc39..245494d 100644 --- a/android/README.md +++ b/android/README.md @@ -133,6 +133,10 @@ If you want to change the background color of the notification circle, override * The current implementation does __NOT__ work in combination with the [Facebook module](https://github.com/appcelerator-modules/ti.facebook) provided by [Appcelerator](https://github.com/appcelerator). The Facebook module has a dependency onto the Boltz framework version 1.1.2, whereas Parse Android SDK 1.9.4 has a dependency onto version 1.2.0. ## Changelog +**[v0.11.0](https://github.com/timanrebel/Parse/releases/tag/0.11.0)** +- Add custom push icon & background color support +- Add notification open tracking + **[v0.10](https://github.com/timanrebel/Parse/releases/tag/0.10)** - Fix minor typo in cloud code - Trigger 'notificationreceive' when the app is in background but not killed.