diff --git a/CHANGELOG.md b/CHANGELOG.md
index 079445e..57c0163 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,25 @@
## [Unreleased]
-
-## v1.0.0 - 2024-11-20
+
+## [v0.2.0] - 2024-11-20
+### Fix
+- RCC entrypoint: build every environment with ROBOCORP_HOME read from .env. After that, export the environment into ZIP files, and import them into the shared holotree. Only in this way the holotree paths are user-definable.
+- fixed bug in certificate generation (SERVER:NAME not exported)
+
+### Refactor
+- added volumes to containers
+- moved the robots
+
+### Style
+- added better logging
+
+
+
+## v0.1.0 - 2024-11-20
### OK
- self-signed and signed certificates work
-[Unreleased]: https://github.com/elabit/rccremote-docker/compare/v1.0.0...HEAD
+[Unreleased]: https://github.com/elabit/rccremote-docker/compare/v0.2.0...HEAD
+[v0.2.0]: https://github.com/elabit/rccremote-docker/compare/v0.1.0...v0.2.0