Skip to content

Commit 33ea86e

Browse files
Version Packages (#2012)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b351c1a commit 33ea86e

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/silent-pots-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

livekit-plugins/livekit-plugins-azure/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# livekit-plugins-azure
22

3+
## 0.5.7
4+
5+
### Patch Changes
6+
7+
- add speech endpoint in azure ctor and azure speech sdk version upgrade - [#2007](https://github.com/livekit/agents/pull/2007) ([@jayeshp19](https://github.com/jayeshp19))
8+
39
## 0.5.6
410

511
### Patch Changes

livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.5.6"
15+
__version__ = "0.5.7"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-plugins-azure",
33
"private": true,
4-
"version": "0.5.6"
4+
"version": "0.5.7"
55
}

0 commit comments

Comments
 (0)