diff --git a/CHANGELOG.md b/CHANGELOG.md index db2b8b76..eef93c45 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.2 +- Switch from rnpm to react-native.config.js + ## 3.21.1 - Android: fix crash when asking for microphone permission before an activity is displayed diff --git a/package.json b/package.json index 742e769e..40b4ad33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-twilio-programmable-voice", - "version": "3.21.1", + "version": "3.21.2", "description": "React Native wrapper for Twilio Programmable Voice SDK", "main": "index.js", "scripts": {