Skip to content

Commit

Permalink
Update version and changelog (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelprystinka authored Sep 24, 2024
1 parent b50e272 commit cae34c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-communication-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

ext {
call_library_version_name = '1.11.0-beta.2'
call_library_version_name = '1.11.0'
chat_library_version_name = '1.0.0-beta.3'

ui_library_version_code = getVersionCode()
Expand Down
4 changes: 2 additions & 2 deletions azure-communication-ui/calling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Latest Release

- [1.10.0 release](https://github.com/Azure/communication-ui-library-android/releases/tag/calling-v1.10.0)
- [1.11.0 release](https://github.com/Azure/communication-ui-library-android/releases/tag/calling-v1.11.0)

## Getting Started

Expand All @@ -27,7 +27,7 @@ android {
```groovy
dependencies {
...
implementation 'com.azure.android:azure-communication-ui-calling:1.10.0'
implementation 'com.azure.android:azure-communication-ui-calling:1.11.0'
...
}
```
Expand Down
14 changes: 14 additions & 0 deletions docs/CHANGELOG_UI_CALLING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Azure Communication UI Calling Release History

## 1.11.0 (2024-09-25)

### Features
- Call screen information header title/subtitle customization
- Ability to hide or disable buttons and create custom buttons

### Bug Fixes
- Bring to foreground crash in disconnecting state
- Snackbar text length fix
- Set text size for speaker button
- OnHold text position
- Most recent joined participant shows up in the participants list with the local User's custom avatar
- Apply correct colour to the window to avoid splash white screen on the launch

## 1.11.0-beta.2 (2024-09-12)

### Features
Expand Down

0 comments on commit cae34c1

Please sign in to comment.