diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b190dca..68f8a46b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ### Features +### Fixed + + +## [5.1.0] 2020-08-31 + +### Features + - (Android) Add support for specifying a delegate FirebaseMessagingService [#1589](https://github.com/zo0r/react-native-push-notification/pull/1589) - (Android) Add support of `when`, `usesChronometer` and `timeoutAfter`. diff --git a/package.json b/package.json index 50daa7be1..c6a7bc55d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-push-notification", - "version": "5.0.1", + "version": "5.1.0", "description": "React Native Local and Remote Notifications", "main": "index.js", "scripts": {