From bd43d39283f93564f4b78ee4398743c4c0e5fb09 Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Thu, 2 Feb 2023 21:47:07 +0100
Subject: [PATCH] doc: update changelog before release

---
 CHANGELOG.md | 20 +++++++++++++++++++-
 RELEASE.md   |  7 ++++++-
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e6824e..a94e377 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 3341d7a..a32c057 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)
-- 
GitLab