diff --git a/CHANGELOG.md b/CHANGELOG.md index 596c8264..8d8b61a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. +#### 3.11.2 Releases +- `3.11.2` Releases - [3.11.2](#3112) + #### 3.11.1 Releases - `3.11.1` Releases - [3.11.1](#3111) @@ -88,6 +91,12 @@ All notable changes to this project will be documented in this file. #### 0.2.0 Releases - `0.2.0` Releases - [0.2.0](#020) +## [3.11.2](https://github.com/webex/webex-android-sdk/releases/tag/3.11.2) +Released on **7 May, 2024**. +### Added +- New interface `WebexAuthDelegate` to receive all authentication related event callbacks. +- New callback function `onReLoginRequired()` in `WebexAuthDelegate` to notify when user is logged out and re login is required. + ## [3.11.1](https://github.com/webex/webex-android-sdk/releases/tag/3.11.1) Released on **8 April, 2024**. ### Updated @@ -714,4 +723,4 @@ The following exclude is no longer needed in the packagingOptions (unless RxJava Released on 2017-11-30. #### Added -- Initial release of Cisco Spark SDK for Android. \ No newline at end of file +- Initial release of Cisco Spark SDK for Android.