From 3147534e865236ed96dc0256f90fe1446d439330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 2 Jul 2024 10:12:30 -0700 Subject: [PATCH] update CHANGELOG for 0.0.36 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6693bcc49..da14cc3ce 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.36] - 2024-07-02 ### Added @@ -61,6 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other +- Added Fly.io deployment example in `examples/deployment/flyio-example`. + - Added new `17-detect-user-idle.py` example that shows how to use the new `UserIdleProcessor`.