From c2f9ce72ef934361b375db71db29159b9499ecf9 Mon Sep 17 00:00:00 2001
From: Shuqi Sheng <shuqi.sheng@cern.ch>
Date: Thu, 21 Nov 2024 13:16:48 +0100
Subject: [PATCH] v27r11 release

---
 CMakeLists.txt         |  2 +-
 ReleaseNotes/v27r11.md | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)
 create mode 100644 ReleaseNotes/v27r11.md

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ce823b7d..43d96d628 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(Phys VERSION 27.10
+project(Phys VERSION 27.11
         LANGUAGES CXX C)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v27r11.md b/ReleaseNotes/v27r11.md
new file mode 100644
index 000000000..1cf8ec4de
--- /dev/null
+++ b/ReleaseNotes/v27r11.md
@@ -0,0 +1,22 @@
+2024-11-21 Phys v27r11
+===
+
+This version uses Rec v25r8, Lbcom v24r8, LHCb v46r8, Gaudi v38r3, LCG 105c with 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 Phys [v27r10](../-/tags/v27r10), with the following changes:
+
+
+### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
+
+- Backward compatible fixes to run2-patches for Gaudi v39, !1091 (@cattanem)
+
+
+### Documentation ~Documentation
+
+
+### Other
+
+- ~Jets | BDT Tagger 4-momentum update, !1095 (@jpfaller)
+- ~Jets | Added FastJet::Contrib package, !1086 (@jpfaller)
+- Added SoftDrop and BDTTag tools, !1096 (@jpfaller)
-- 
GitLab