diff --git a/CHANGELOG.md b/CHANGELOG.md index bdaeb79..cf03301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2.15.1 (Dauphin) +# 2.15.2 (Dauphin) ### Release date 2024/06/25 diff --git a/Package.swift b/Package.swift index 6495c2e..dee947b 100644 --- a/Package.swift +++ b/Package.swift @@ -15,8 +15,8 @@ let package = Package( targets: [ .binaryTarget( name: "IAdvizeConversationSDK", - url: "https://github.com/iadvize/iadvize-ios-sdk/releases/download/2.15.1/IAdvizeSDK.zip", - checksum: "4bf10a969486d73eea25f80ba388acd1bfa88a09309e5c274548893f66e5cb2e" + url: "https://github.com/iadvize/iadvize-ios-sdk/releases/download/2.15.2/IAdvizeSDK.zip", + checksum: "75fca4ade1239a93aac38e2f4f0024bbb030b3f967a9d93fdb0fea7292e04e32" ), .binaryTarget( name: "TwilioVideo", diff --git a/SUPPORT.md b/SUPPORT.md index fe59c95..cce500a 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -10,7 +10,7 @@ Here is the list of currently supported versions: | Version | Type | Status | | -------- | --------------------------- | --------------- | -| `2.15.1` | Latest release | Full support | +| `2.15.2` | Latest release | Full support | | `2.15.z` | Current MINOR | Full support | | `2.14.z` | Current MAJOR, last 3 MINOR | Partial support | | `2.13.z` | Current MAJOR, last 3 MINOR | Partial support | diff --git a/UPGRADING.md b/UPGRADING.md index af1bf92..c1e3018 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,4 +1,4 @@ -## 2.15.0 > 2.15.1 +## 2.15.0 > 2.15.2 *Nothing to report* diff --git a/docs/docsets/IAdvizeConversationSDK.tgz b/docs/docsets/IAdvizeConversationSDK.tgz index df14b8c..2199673 100644 Binary files a/docs/docsets/IAdvizeConversationSDK.tgz and b/docs/docsets/IAdvizeConversationSDK.tgz differ diff --git a/iAdvize.podspec b/iAdvize.podspec index 77e31fb..a5e4573 100644 --- a/iAdvize.podspec +++ b/iAdvize.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'iAdvize' - spec.version = '2.15.1' + spec.version = '2.15.2' spec.license = { :type => 'Proprietary', :file => 'LICENSE.md' } spec.homepage = 'https://github.com/iadvize/iadvize-ios-sdk' spec.authors = { 'iAdvize' => 'mobile@iadvize.com' }