diff --git a/CHANGELOG.md b/CHANGELOG.md
index e90ddfd..58067af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,19 +5,8 @@ All notable changes to this project will be documented in this file. See [versio
## [1.0.1](https://www.github.com/thiagomvas/Basalt/releases/tag/v1.0.1) (2024-05-15)
-
-## [1.0.0](https://www.github.com/thiagomvas/Basalt/releases/tag/v1.0.0) (2024-05-15)
-
-### Features
-
-* Add SingletonComponentAttribute for single instance per entity components. ([73e2b88](https://www.github.com/thiagomvas/Basalt/commit/73e2b88d88ffe8a9d4a3733f3b63538016387565))
-
### Bug Fixes
-
-* entities started as disabled ([f2c5260](https://www.github.com/thiagomvas/Basalt/commit/f2c52600036aa3c78f50197e8ff7565bce4f09bc))
-* if Entity.Id is not found, generate a random ID ([2bb9d53](https://www.github.com/thiagomvas/Basalt/commit/2bb9d532bb6754803bb08fc9e52d173813ae17fd))
* No longer throws random exceptions for tightly timed entity instantiation ([e0f1ce0](https://www.github.com/thiagomvas/Basalt/commit/e0f1ce08e3b544ffd07b10e1809656eb94e1a11b))
* Physics Delta Time was not consistent ([e793eba](https://www.github.com/thiagomvas/Basalt/commit/e793eba484f1c517217dfaff2528fdf089544006))
* Raylib Graphics Engine always rendered info boxes ([d03d650](https://www.github.com/thiagomvas/Basalt/commit/d03d6502fa1896d2712af0b4c05991eebfe9e6ef))
-* Raylib Graphics Engine logger was always null ([8cdd55a](https://www.github.com/thiagomvas/Basalt/commit/8cdd55acbb13ca378500a70ea55acfac2396618d))
-
+* Raylib Graphics Engine logger was always null ([8cdd55a](https://www.github.com/thiagomvas/Basalt/commit/8cdd55acbb13ca378500a70ea55acfac2396618d))
\ No newline at end of file