From a1c7c4800361373ebf53b16402f6b9376422a7bd Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 5 Dec 2024 16:17:05 -0600 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9100f..7a2b473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## Version 0.10.0 - 2024-12-05 + +### Features + +- `Tts` can now be used as a component, and multiple TTS instances are supported. + +### Miscellaneous Tasks + +- Upgrade to Bevy 0.15. + ## Version 0.9.0 - 2024-07-07 ### Miscellaneous Tasks