diff --git a/CHANGELOG.md b/CHANGELOG.md index be3978ba5..5610525b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to **Pipecat** will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.0.52] - 2024-12-24 ### Added @@ -98,8 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 only be pushed downstream after the audio generated from `TTSSpeakFrame` has been spoken. -- Fixed a [bug](https://github.com/pipecat-ai/pipecat/issues/868) in `DeepgramSTTService` that was causing Language to be passed - as python object instead of a string, causing connection to fail. +- Fixed a `DeepgramSTTService` issue that was causing language to be passed as + an object instead of a string resulting in the connection to fail. ## [0.0.51] - 2024-12-16