diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9a344a891aacbeb0a96c2b22987cee004e978666..fccbe655bf3f98b3ddc801dc2de35d822c082d9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(Analysis VERSION 22.10
+project(Analysis VERSION 22.11
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v22r11.md b/ReleaseNotes/v22r11.md
new file mode 100644
index 0000000000000000000000000000000000000000..17ba83ca7867045703d46063d9f03da18d28ed5f
--- /dev/null
+++ b/ReleaseNotes/v22r11.md
@@ -0,0 +1,26 @@
+2024-07-12 Analysis v22r11
+===
+
+This version uses Phys v27r9, Rec v25r7, Lbcom v24r7, LHCb v46r7, Gaudi v38r3, LCG 105c, ROOT 6.30.08.
+
+This version is released on `run2-patches` branch and is intended for use with Run1 or Run2 data. For Run3, use a version released on `master` branch
+Built relative to Analysis [v22r10](../-/tags/v22r10), with the following changes:
+
+### Fixes ~"bug fix" ~workaround
+
+- Fix standalone build of headers, !1052 (@clemenci)
+
+
+### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
+
+- Fix deprecation warning from  Boost 1.84, !1053 (@cattanem)
+- Fixes for clang16, !1048 (@masmith)
+
+
+### Documentation ~Documentation
+
+- Update documentation of select TupleTools, !1054 (@frkramer)
+
+### Other
+
+- Update test ref, !1056 (@masmith)