diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebc27fbee76b84c5fb2d932d5e11b3b94bfd5205..edd3545fbbd42a2245b1c177cb54c81e1742294c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(DaVinci VERSION 63.5
+project(DaVinci VERSION 63.6
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v63r6.md b/ReleaseNotes/v63r6.md
new file mode 100644
index 0000000000000000000000000000000000000000..807fa9f16369d5a62be0ed02a01b2fb5b7161865
--- /dev/null
+++ b/ReleaseNotes/v63r6.md
@@ -0,0 +1,44 @@
+2023-03-27 DaVinci v63r6
+===
+
+This version uses
+Analysis [v41r6](../../../../Analysis/-/tags/v41r6),
+Moore [v54r6](../../../../Moore/-/tags/v54r6),
+Allen [v3r6](../../../../Allen/-/tags/v3r6),
+Rec [v35r6](../../../../Rec/-/tags/v35r6),
+Lbcom [v34r6](../../../../Lbcom/-/tags/v34r6),
+LHCb [v54r6](../../../../LHCb/-/tags/v54r6),
+Gaudi [v36r12](../../../../Gaudi/-/tags/v36r12),
+Detector [v1r10](../../../../Detector/-/tags/v1r10) and
+LCG [103](http://lcginfo.cern.ch/release/103/) with ROOT 6.28.00.
+
+This version is released on the `` branch.
+Built relative to DaVinci [v63r5](/../../tags/v63r5), with the following changes:
+
+### New features ~"new feature"
+- Update conditions DB tag for 2022 data, !870 (@jonrob)
+
+### Fixes ~"bug fix" ~workaround
+- Solve test crashes, !864 (@lohenry)
+
+### Enhancements ~enhancement
+
+- Improved output of test-genfsr test and fix GenFSR merging, !872 (@sponce)
+- Add test for issue 97, !851 (@erodrigu)
+
+### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
+
+- ~Functors | Adapt to convention of imports for FunTuple, !859 (@erodrigu)
+- ~"Event model" | Follow changes in LHCb!3986, !841 (@graven)
+- DaVinciTests - avoid race condition with identical ROOT file names in 2 tests, !868 (@erodrigu)
+- Remove empty and obsoleted YAML files, !857 (@erodrigu)
+- Fixing test that depend on algorithm names, !790 (@sponce)
+- ~Configuration | Only write FSRs if we have an output file, !871 (@cburr)
+
+### Other
+
+- Update References for: DaVinci!872 based on lhcb-master-mr/7430, !875 (@lhcbsoft)
+- Update References for: LHCb!3986, Analysis!956, DaVinci!841 based on lhcb-master-mr/7248, !862 (@lhcbsoft)
+- Update References for: LHCb!3872, Rec!3196, Allen!1072, Moore!1909, MooreOnline!190, Analysis!958, DaVinci!790, MooreAnalysis!100 based on lhcb-master-mr/7217, !850 (@lhcbsoft)
+- Fix reference failures when eff is 100.%, !860 (@pkoppenb)
+- Update References for: Rec!3336 based on lhcb-master-mr/7210, !856 (@lhcbsoft)