diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b2f6b..e83c7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.11.8 + +## Update +* support iOS channel-io 12.11.0 + # 0.11.7 ## Update diff --git a/RNChannelIO.podspec b/RNChannelIO.podspec index 9c8da41..2a6c78a 100644 --- a/RNChannelIO.podspec +++ b/RNChannelIO.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RNChannelIO" - s.version = "0.5.4" + s.version = "0.5.5" s.summary = "RNChannelIO" s.description = "channel plugin for react native" s.homepage = "https://channel.io" @@ -15,6 +15,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '15.0' s.dependency "React" - s.dependency "ChannelIOSDK", '12.10.2' + s.dependency "ChannelIOSDK", '12.11.0' end diff --git a/package.json b/package.json index df58215..801e0dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-channel-plugin", - "version": "0.11.7", + "version": "0.11.8", "description": "react native module for channel io", "main": "index.ts", "scripts": {