diff --git a/README.md b/README.md
index cfe7612ac0653049dcf9cdee9963445183d07c52..714eccd01b2fd48c6af81d53297b23a25336ee50 100644
--- a/README.md
+++ b/README.md
@@ -162,6 +162,7 @@ Next change the version in the following places:
 
 # Release Notes
 
+* 0.41.0 Export `FPGA_jesd204b_rx_err0_R` and `FPGA_jesd204b_rx_err1_R` SDP monitoring data to prometheus
 * 0.40.2 Add `ds_debug_pycharm` command to debug device servers during integration tests
 * 0.40.1 Deploy SDPTR for HBA only on RS stations
 * 0.40.0 Added CS032/RS307, and scripts to generate their CDB file and caltables
diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION
index 385bb682d05148616e149e4ab7c1690228d8ca70..72a8a6313bb9fb202dfa619eba0f15496a16d1d3 100644
--- a/tangostationcontrol/VERSION
+++ b/tangostationcontrol/VERSION
@@ -1 +1 @@
-0.40.2
+0.41.0
diff --git a/tangostationcontrol/tangostationcontrol/devices/sdp/sdp.py b/tangostationcontrol/tangostationcontrol/devices/sdp/sdp.py
index 306adef04915eff9cc875acc19b1440fbd90a54e..325626c345f19a10c057cc1dc8082c1317444695 100644
--- a/tangostationcontrol/tangostationcontrol/devices/sdp/sdp.py
+++ b/tangostationcontrol/tangostationcontrol/devices/sdp/sdp.py
@@ -40,7 +40,7 @@ __all__ = ["SDP"]
         "FPGA_sdp_info_*",
         "FPGA_subband_weights_*",
         "FPGA_signal_input_samples_delay_*",
-        "FPGA_jesd204b_*",
+        "FPGA_jesd204b_csr_*",
         "FPGA_wg_amplitude_*",
         "FPGA_wg_frequency_*",
         "FPGA_wg_phase_*",