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`.