From a89464608af720c506faa42a0319820fb58e668c Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Thu, 14 Dec 2023 11:03:12 +0100
Subject: [PATCH] doc: update changelog

---
 CHANGELOG.md | 21 ++++++++++++++++++---
 RELEASE.md   |  2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 915ecf5..c48b7ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,18 +9,33 @@ to [Semantic Versioning][sem_ver].
 
 ### Added
 
+### Changed
+
+### Deprecated
+
+### Removed
+
+### Fixed
+
+## [0.1.4] - 2023-12-14
+
+### Added
+
 - Result summary table
 - Result plotting function
 - Result filtering function
+- Preliminary support for coaxial rotors
 
 ### Changed
 
-### Deprecated
-
-### Removed
+- Implement rotation matrices to remove useless dependency
+- Defaults values in polar generator script
 
 ### Fixed
 
+- Typo in Caradonna config
+- Remove `--fix` flag for miss_hit in the pipeline
+
 ## [0.1.3] - 2023-05-25
 
 ### Added
diff --git a/RELEASE.md b/RELEASE.md
index d4a2ab4..2af0a83 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -10,4 +10,4 @@ automatically generated and do not contain all dependencies.
 
 This release features:
 
-- Result output and analysis methods
+- Bugfixes and preliminary work on coaxial rotors
-- 
GitLab