diff --git a/CMakeLists.txt b/CMakeLists.txt
index 607de3dc72182e3201a270da84cf919d948fe8d0..73c1f09586344ca2c82898ece47b89ed95145bf0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@
 ###############################################################################
 cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
 
-project(Detector VERSION 1.33)
+project(Detector VERSION 1.34)
 
 set(CMAKE_EXPORT_COMPILE_COMMANDS "ON")
 add_definitions(${GCC_COVERAGE_COMPILE_FLAGS})
diff --git a/ReleaseNotes/v1r34.md b/ReleaseNotes/v1r34.md
new file mode 100644
index 0000000000000000000000000000000000000000..c363da8e97a19231d6a084286e41acdd079160a6
--- /dev/null
+++ b/ReleaseNotes/v1r34.md
@@ -0,0 +1,9 @@
+2024-07-08 Detector v1r34
+===
+
+This version uses LCG [105a](http://lcginfo.cern.ch/release/105a/) with ROOT 6.30.04.
+
+This version is released on the `2024-patches` branch.
+Built relative to Detector [v1r33](/../../tags/v1r33), with the following changes:
+
+- ~UT | Add UT hit error scaling factor as a condition, !573 (@hawu)