From 0669daec3dbae394e5466b039abd0d44fde1091e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 7 Oct 2025 17:44:10 -0700 Subject: [PATCH] update CHANGELOG for 0.0.89 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed99d367..926cff71d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.89] - 2025-10-07 + +### Fixed + +- Reverted a change that was causing pipelines to be frozen when using + interruption strategies. + ## [0.0.88] - 2025-10-07 ### Added