diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b3c0c64..fe15ecb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,15 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ### Fixed +## [7.3.0] 2021-05-12 + +### Features +- (Android) Add constants for notification importance [#1959](https://github.com/zo0r/react-native-push-notification/pull/1959) + +### Fixed + +- (Android) Fix: Task :react-native-push-notification:compileDebugJavaWithJavac FAILED [#1979](https://github.com/zo0r/react-native-push-notification/issues/1979) + ## [7.2.3] 2021-03-18 ### Fixed diff --git a/package.json b/package.json index aa3f039a1..baec71ba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-push-notification", - "version": "7.2.3", + "version": "7.3.0", "description": "React Native Local and Remote Notifications", "main": "index.js", "scripts": {