diff --git a/CHANGELOG.md b/CHANGELOG.md index 641ccc0e..a7c41cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## [Unreleased] +## [0.3.1] - 2021-06-20 + +### Fixed + +- Crash when entities are removed by scripts. + ## [0.3.0] - 2021-06-20 ### Added @@ -77,7 +83,8 @@ and this project adheres to - Easy to use input manager. - glTF model loading support. -[unreleased]: https://github.com/nasso/ige/compare/v0.3.0...HEAD +[unreleased]: https://github.com/nasso/ige/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/nasso/ige/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/nasso/ige/compare/v0.2.3...v0.3.0 [0.2.3]: https://github.com/nasso/ige/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/nasso/ige/compare/v0.2.1...v0.2.2