From e91ab54a695d2cc8e1240f44f5f6e4d86c4060c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 5 Jun 2024 10:07:45 -0700 Subject: [PATCH] update CHANGELOG for 0.0.26 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d82f66bd5..6cb9149d5 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.26] - 2024-06-05 ### Added @@ -24,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed an issue where `BaseInputTransport` and `BaseOutputTransport` where - stopping push tasks before pushing `EndFrame` frames. + stopping push tasks before pushing `EndFrame` frames could cause the bots to + get stuck. - Fixed an error closing local audio transports.