From b488ceed6722577fc239b124866af2afdfca1fa4 Mon Sep 17 00:00:00 2001 From: aksagarw Date: Wed, 5 Jun 2024 21:14:55 +0530 Subject: [PATCH 1/2] Release/3.11.3 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa751ed1..1374c56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. +#### 3.11.3 Releases +- `3.11.3` Releases - [3.11.2](#3113) + #### 3.11.2 Releases - `3.11.2` Releases - [3.11.2](#3112) @@ -162,6 +165,16 @@ All notable changes to this project will be documented in this file. - `0.9.137` Releases - [0.9.137](#09137) +# [3.11.3](https://github.com/webex/webex-ios-sdk/releases/tag/3.11.3) +Released on **6 Jun, 2024**. +### Added +- The dial & dialPhoneNumber APIs will have the error description in case of failure. +- Access token invalidation or expiry will result in the SDK APIs returning Unauthorized error inside the completion handlers. + +### Updated +- The `Phone.processPushNotification(msg : String, handler: CompletionHandler)` handler to return error in case of any failure. The error object will have the error code and error description. +- Completion handlers returning InternalError will have error descriptions. + # [3.11.2](https://github.com/webex/webex-ios-sdk/releases/tag/3.11.2) Released on **7 May, 2024**. ### Added From 2b3e277b97e290bda7e5d0980ff9aeb668bbd43c Mon Sep 17 00:00:00 2001 From: aksagarw Date: Wed, 5 Jun 2024 21:17:07 +0530 Subject: [PATCH 2/2] Release/3.11.3 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1374c56e..14ca809c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. #### 3.11.3 Releases -- `3.11.3` Releases - [3.11.2](#3113) +- `3.11.3` Releases - [3.11.3](#3113) #### 3.11.2 Releases - `3.11.2` Releases - [3.11.2](#3112)