diff --git a/CHANGELOG.md b/CHANGELOG.md index 5610525b5..b20c280b5 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). +## [Unreleased] + +- Added new foundational examples for `LiveKitTransportLayer` - + + - `29-livekit-audio-chat.py` - Supports both Audio to Audio and Text to Audio + chat pipelines. + ## [0.0.52] - 2024-12-24 ### Added diff --git a/examples/foundational/28-livekit-audio-chat.py b/examples/foundational/29-livekit-audio-chat.py similarity index 100% rename from examples/foundational/28-livekit-audio-chat.py rename to examples/foundational/29-livekit-audio-chat.py