diff --git a/CHANGELOG.md b/CHANGELOG.md index 78548cc4..db2b8b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ [Release Section](https://github.com/hoxfon/react-native-twilio-programmable-voice/releases) +## 3.21.1 +- Android: fix crash when asking for microphone permission before an activity is displayed + ## 3.21.0 - Android: allow to pass arbitrary parameters to call voice.call() as it is on iOS diff --git a/package.json b/package.json index 6d4df1f1..02d0d67b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-twilio-programmable-voice", - "version": "3.21.0", + "version": "3.21.1", "description": "React Native wrapper for Twilio Programmable Voice SDK", "main": "index.js", "scripts": {