diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e6824ef6a1c6487825e75b104c85be2934f3321..a94e3774274672b96ae572c242d41b8c0c0b4993 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,23 @@ to [Semantic Versioning][sem_ver].
 
 ### Fixed
 
+## [0.1.0] - 2023-02-02
+
+### Added
+- Publish documentation (beta)
+- Roadmap
+- Logo
+- Clarification on beta status
+
+### Changed
+- Moved repo to its own group (thlamb -> rotare)
+- Update URLs in all doc
+- Make basic functions compliant with multi-rotor parameters
+
+### Fixed
+- Blade orientation on 3D view for propellers (#4)
+
+
 ## [0.0.1] - 2022-11-27
 
 ### Changed
@@ -31,5 +48,6 @@ _Initial commit_: single rotor in hover/axial flows
 [keep_chglog]: <https://keepachangelog.com/en/1.0.0/>
 
 [Unreleased]: https://gitlab.uliege.be/rotare/rotare/compare/0.0.1...main
-[0.0.1]: https://gitlab.uliege.be/rotare/rotare/-/releases/0.0.1
+[0.1.0]: https://gitlab.uliege.be/rotare/rotare/compare/0.0.1...0.1.0
+[0.0.1]: https://gitlab.uliege.be/rotare/rotare/compare/0.0.0...0.0.1
 [0.0.0]: https://gitlab.uliege.be/rotare/rotare/-/releases/0.0.0
diff --git a/RELEASE.md b/RELEASE.md
index 3341d7a51c9bab2de19e81ce435b452ca6779991..a32c057febb3da4c85516d373c46bb6c685f5026 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -5,5 +5,10 @@ rotare-<version>` linked above, not the _source code_ ones. The latter are
 automatically generated and do not contain all dependencies.
 
 ## About this release
+**This is a BETA version of Rotare**, which is still under heavy development.
 
-Remove useless files from the release archive.
+This release introduces:
+- Repository reorganization
+- Documentation upgrades
+- Add visual identity (logo)
+- **FIX**: 3D view of propeller (#4)