From f69758164b5f7a25bf46c2a0361d793533f3584f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 4 Apr 2023 07:26:26 -0500 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9512a35..def1bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 0.3.1 - 2023-04-04 + +### Miscellaneous Tasks + +- Only `update_source_properties` and `update_listener` need to run after transform propagation. + ## Version 0.3.0 - 2023-04-03 ### Features