From 66e331248d3720252b8fec8869b301bf4c297806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 25 Jun 2024 21:36:01 -0700 Subject: [PATCH] update CHANGELOG for 0.0.34 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 014d1c2da..032e7d59b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## [0.0.34] - 2024-06-25 + +### Fixed + +- Fixed an issue with asynchronous STT services (Deepgram and Azure) that could + interruptions to ignore transcriptions. + +- Fixed an issue introduced in 0.0.33 that would cause the LLM to generate + shorter output. + ## [0.0.33] - 2024-06-25 ### Changed