From f11a11c37304a56bce398949fca758fe05a55b8b Mon Sep 17 00:00:00 2001
From: Maxence Naud <maxence.naud@cea.fr>
Date: Tue, 14 May 2024 14:31:48 +0000
Subject: [PATCH] update version and changelog

---
 CHANGELOG   | 11 +++++++++++
 version.txt |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index dc073620b..0031beb91 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+# Version 0.2.1 (May 14, 2024)
+
+* rework export mechanism 
+* change `Operator::computeOutputDims()` with `Operator::forwardDims()`
+* automatic docstring decorators for python
+* add implementation of Operators only performing data/format manipulation
+* add many assertions
+* bind Database and Scaling_Op
+
+# Version 0.2.0 (April 11, 2024)
+
 # Version 0.1.1 (January 29, 2024)
 
 [Add] Support of a negative value for Reshape Operator shape attribute.
diff --git a/version.txt b/version.txt
index 0ea3a944b..0c62199f1 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.2.0
+0.2.1
-- 
GitLab