From f23edf1136c0c563a09cd688878c20a69e6d75ae Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 6 Mar 2023 14:25:35 -0600 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f468d1..fdaa137 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.2.0 - 2023-03-06 + +### Features + +- `Sound` components can now get audio from either buffers or generators. + +### Miscellaneous Tasks + +- Update to Bevy 0.10. + ## Version 0.1.0 - 2022-12-17 ### Miscellaneous Tasks