diff --git a/azure-communication-ui/build.gradle b/azure-communication-ui/build.gradle index af3004d3a..18e44b0da 100644 --- a/azure-communication-ui/build.gradle +++ b/azure-communication-ui/build.gradle @@ -5,7 +5,7 @@ buildscript { } ext { - call_library_version_name = '1.12.0-beta.1' + call_library_version_name = '1.12.0' chat_library_version_name = '1.0.0-beta.3' ui_library_version_code = getVersionCode() diff --git a/docs/CHANGELOG_UI_CALLING.md b/docs/CHANGELOG_UI_CALLING.md index a7d25dd1e..23ce0b715 100644 --- a/docs/CHANGELOG_UI_CALLING.md +++ b/docs/CHANGELOG_UI_CALLING.md @@ -1,4 +1,9 @@ # Azure Communication UI Calling Release History +## 1.12.0 (2024-10-31) + +### Features +- Color theming support for button font color. + ## 1.12.0-beta.1 (2024-10-10) ### Features