diff --git a/CHANGELOG.md b/CHANGELOG.md index cbfea46..c399bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# React Native Kommunicate Chat v2.4.0 +- Disable SSL Pinning in Android and IOS by default. +- Improved the CSAT 3 Star and 5 Star Ratings in Android # React Native Kommunicate Chat v2.3.8 - Added the functionality to send message using code. # React Native Kommunicate Chat v2.3.7 diff --git a/RNKommunicateChat.podspec b/RNKommunicateChat.podspec index 293673c..b37b8ea 100644 --- a/RNKommunicateChat.podspec +++ b/RNKommunicateChat.podspec @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.source_files = "ios/*.{h,m,swift}" s.requires_arc = true s.dependency 'React' - s.dependency 'Kommunicate', '~> 7.2.2' + s.dependency 'Kommunicate', '~> 7.2.5' end diff --git a/android/build.gradle b/android/build.gradle index 6bea8c0..ad56e7e 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -35,5 +35,5 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.kommunicate.sdk:kommunicateui:2.10.5' + api 'io.kommunicate.sdk:kommunicateui:2.12.0' } diff --git a/package.json b/package.json index bbcd851..720420e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-kommunicate-chat", - "version": "2.3.8", + "version": "2.4.0", "description": "", "main": "index.js", "scripts": {