diff --git a/CMakeLists.txt b/CMakeLists.txt
index d11a93a92e8d5d6aa73369439f9e559c30515638..89cec1c688643150ff908cf5508c18d45f6b7186 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,7 +58,7 @@ SET(BUILD_SYSTEM_NAME "${CMAKE_SYSTEM}")
 
 SET(XTPCPP_VERSION_MAJOR "0")
 SET(XTPCPP_VERSION_MINOR "2")
-SET(XTPCPP_VERSION_PATCH "33")
+SET(XTPCPP_VERSION_PATCH "34")
 SET(XTPCPP_VERSION "${XTPCPP_VERSION_MAJOR}.${XTPCPP_VERSION_MINOR}.${XTPCPP_VERSION_PATCH}")
 
 # Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
diff --git a/debian/changelog b/debian/changelog
index 9d0e3eeb688f84cc8bfa316f4011f9834de22166..66c7315b06f3503e65daaf8d39f623f098f00cbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+xtpcpp (0.2.34-1) stretch; urgency=medium
+
+  * fix ppm range in MassChroqML export (thanks to Thierry Balliau)
+  * new features asked by Plateforme Post-génomique de la Pitié Salpétrière - P3S 
+  (Solenne Chardonnet, Cédric Pionneau)
+  * write protein list view as is in ODS file
+  * write peptide list view as is in ODS file
+  * new ui menu in peptide and protein list wiew
+  * ppm delta added in ODS spectra sheet export
+  * display Nter and Cter peptide flanking regions in ODS and list views
+
+ -- Olivier Langella <olivier.langella@u-psud.fr>  Mon, 18 Mar 2019 11:06:11 +0100
+
 xtpcpp (0.2.33-1) stretch; urgency=medium
 
   * scroll area for small screens