From 7c432499dbb2325d88d6885e0adce08efa368fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 22 Oct 2024 10:02:50 -0700 Subject: [PATCH] update CHANGELOG for 0.0.47 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9ec4839..af2420c54 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.47] - 2024-10-22 ### Added @@ -23,6 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed an issue that would cause an import error when importing + `SileroVADAnalyzer` from the old package `pipecat.vad.silero`. + - Fixed `enable_usage_metrics` to control LLM/TTS usage metrics separately from `enable_metrics`.