diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a75eb8df0f74c0438ec90ae8bb50bcdd2cc47f0..2eb0a0bdf68a5d9164bff1c3bff37fb4f579aae3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(Analysis VERSION 41.6
+project(Analysis VERSION 41.7
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v41r7.md b/ReleaseNotes/v41r7.md
new file mode 100644
index 0000000000000000000000000000000000000000..f98da49b7a4c8975bc63e1f008cd071855068800
--- /dev/null
+++ b/ReleaseNotes/v41r7.md
@@ -0,0 +1,19 @@
+2023-04-21 Analysis v41r7
+===
+
+This version uses
+Rec [v35r7](../../../../Rec/-/tags/v35r7),
+Lbcom [v34r7](../../../../Lbcom/-/tags/v34r7),
+LHCb [v54r7](../../../../LHCb/-/tags/v54r7),
+Detector [v1r11](../../../../Detector/-/tags/v1r11),
+Gaudi [v36r12](../../../../Gaudi/-/tags/v36r12) and
+LCG [103](http://lcginfo.cern.ch/release/103/) with ROOT 6.28.00.
+
+This version is released on the `master` branch.
+Built relative to Analysis [v41r6](/../../tags/v41r6), with the following changes:
+
+### Enhancements ~enhancement
+
+- ~"MC checking" ~Tuples | Add MCPrimaries and more MC functors, !946 (@jzhuo)
+- ~"MC checking" | Allow to give a name to MCTruthAndBkgCatAlg and dropped hash by default, !970 (@sponce)
+- ~Tuples | Support more enum types in FunTuple, !973 (@graven)