diff --git a/CHANGELOG.md b/CHANGELOG.md index 162aac9..c66c559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 3.0.2 +- Fix for [#43](https://github.com/voximplant/react-native-foreground-service/issues/43): application is crashed when running on iOS +- Fix for [#36](https://github.com/voximplant/react-native-foreground-service/issues/36): application build error on android targeting api 31+ + ### 3.0.1 - Fix: Reference error on action button click if there are no handlers for this event diff --git a/package.json b/package.json index 41a93cc..c955c22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@voximplant/react-native-foreground-service", - "version": "3.0.1", + "version": "3.0.2", "description": "React native module to start foreground service on android", "main": "index.js", "scripts": {