diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef6e5a2b2c7cfd262f179645866a5504ab5b5a57..c47a2de40c1e43a52e7015574832e1a01d8b61b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # wp-init changelog
 
-## [Unreleased]
+## [0.10.0] - 2024-10-07
 ### Added
 - Dependency injection container compilation on first request.
 - Integration with `wpdesk/wp-wpdesk-license`, enabled when library is available.
@@ -18,8 +18,6 @@ return [
   ],
 ];
 ```
-### Removed
-- Removed `wpinit` command. Previously it served as a tool to compile static resources, like plugin info. This functionality have been removed in favor of runtime compilation on client's side.
 ### Changed
 - Enabling legacy mode requires verbosely activating that in configuration with `'legacy' => true`.
 - `wp-init` now requires PHP >=7.4.