From 3668eb16061f38f00e5fd1acfa519e5f01777d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 14 May 2024 14:52:08 -0700 Subject: [PATCH] update CHANGELOG for 0.0.12 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bde8f7429..27d11b0a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ 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.12] - 2024-05-14 + +### Added + +- Added `DailyTranscriptionSettings` to be able to specify transcription + settings much easier (e.g. language). ### Other +- Updated `simple-chatbot` with Spanish. + - Add missing dependencies in some of the examples. ## [0.0.11] - 2024-05-13