diff --git a/CMakeLists.txt b/CMakeLists.txt
index ddfd34e63027587dc40bf1fe08ab904c45edf581..5e2a6690e5cc89c50f9e71ff90712b426bedc6a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(DaVinci VERSION 63.1
+project(DaVinci VERSION 63.2
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v63r2.md b/ReleaseNotes/v63r2.md
new file mode 100644
index 0000000000000000000000000000000000000000..2951108fcf04a3bfa15dfe53928ba32f178d41df
--- /dev/null
+++ b/ReleaseNotes/v63r2.md
@@ -0,0 +1,54 @@
+2022-11-24 DaVinci v63r2
+===
+
+This version uses
+Analysis [v41r2](../../../../Analysis/-/tags/v41r2),
+Moore [v54r2](../../../../Moore/-/tags/v54r2),
+Rec [v35r2](../../../../Rec/-/tags/v35r2),
+Lbcom [v34r2](../../../../Lbcom/-/tags/v34r2),
+LHCb [v54r2](../../../../LHCb/-/tags/v54r2),
+Gaudi [v36r9](../../../../Gaudi/-/tags/v36r9),
+Detector [v1r6](../../../../Detector/-/tags/v1r6)
+
+This version uses LCG [101a](http://lcginfo.cern.ch/release/101a_LHCB_7/) with ROOT 6.24.08.
+
+This version is released on `master` branch.
+Built relative to DaVinci [v63r0](/../../tags/v63r0), with the following changes:
+
+### New features ~"new feature"
+
+- ~"MC checking" | Add new input support to MCHierarchy functorcollection, !770 (@jzhuo)
+- Test on EMTF data, !782 (@pkoppenb)
+- Upstream project highlights :star:
+- ~Tuples | New PID Substitution DaVinci Tool, !756 (@jzhuo)
+
+
+### Enhancements ~enhancement
+
+- ~Configuration | Make "process" a required input and configure pyconf functions globally once with user input, !731 (@amathad)
+- ~"MC checking" | Fix the relation location in MCReconstructed tool, !769 (@jzhuo)
+- Follow LHCb!3822, !776 (@sesen)
+- Update tagging array qmtest including mctruth infos, !762 (@dfazzini)
+- Upstream project highlights :star:
+- ~Configuration | Minor fixes and improvements to DaVinci/LbExec.py, !786 (@erodrigu)
+
+
+### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
+
+- Clear up ambiguity - `process` -> `input_process`, !778 (@nskidmor)
+- Move composite creation test to DaVinciExamples, !773 (@pkoppenb)
+- Remove mention of obsolete, unnecessary enable_unpack option, !772 (@graven)
+- Upstream project highlights :star:
+- ~Configuration | Remove non-needed DaVinci/utils.py file, !787 (@erodrigu)
+
+
+### Documentation ~Documentation
+
+- Section about running over old files produced using Brunel, !779 (@amathad)
+- Updated ganga workaround for DaVinci, !780 (@jagoodin)
+- ~Functors ~Tuples | Update list of functors that can be used in FunTuple, !788 (@pkoppenb)
+
+### Other
+
+- Update References for: LHCb!3848 based on lhcb-master-mr/6112, !777 (@lhcbsoft)
+- Update References for: LHCb!3805, Moore!1808 based on lhcb-master-mr/6005, !775 (@lhcbsoft)