diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd04112..36e1b34b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ [Release Section](https://github.com/hoxfon/react-native-twilio-programmable-voice/releases) +## 4.4.0 + +- iOS: + - project.pbxproj aligned to Xcode 12.4 + - amend podspec + - remove not necessary files + - improve package.json syntax + - add peerDependency on react-native 0.60.0 + ## 4.3.1 - Android: ensure that intent action is not null diff --git a/package.json b/package.json index 9bc45a29..4619ffea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-twilio-programmable-voice", - "version": "4.3.1", + "version": "4.4.0", "description": "React Native wrapper for Twilio Programmable Voice SDK", "main": "index.js", "scripts": {