diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fdd63389..a7b3c0c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ### Fixed +## [7.2.3] 2021-03-18 + +### Fixed + - (Android) Fix: Notification drawer doesn't close after click on action that navigates you to app [#1914](https://github.com/zo0r/react-native-push-notification/issues/1914) - (iOS) Fix: foreground notification property [#1916](https://github.com/zo0r/react-native-push-notification/pull/1916) diff --git a/package.json b/package.json index 0f1108548..aa3f039a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-push-notification", - "version": "7.2.2", + "version": "7.2.3", "description": "React Native Local and Remote Notifications", "main": "index.js", "scripts": {