diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d15187..ff124d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2] - 2024-10-25 + ### Fixed - Lighting occasionally not rendering and/or affecting elements in unintended order (#37). diff --git a/Cargo.toml b/Cargo.toml index 07c33a9..80e236a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_light_2d" -version = "0.4.1" +version = "0.4.2" edition = "2021" categories = ["game-engines", "graphics", "rendering"] description = "General purpose 2d lighting for the Bevy game engine."