diff --git a/CHANGELOG b/CHANGELOG
index 6d107340d..0b830f56e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+sdrangel (4.14.4-1) unstable; urgency=medium
+
+  * XTRX: REST API: fixed wrong setting object
+  * XTRX: fixed sample rate setting
+  * XTRX: reduce block size to 4096 bytes
+  * LimeSDR: revised labels and tooltips for antenna select. Fixes issue #506
+  * LimeSDR: GUI: flip SR and Hw/Sw decimation or interpolation displays
+  * AM demod: fixed initialization of squelch counter. Fixes issue #502
+  * Make OpenCV optional in main cmake file. Fixes #503
+  * Fixed some warnings from Mac ports compilation
+  * Compile with c++11 comaptible version of CM256cc
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 20 Apr 2020 05:35:17 +0200
+
 sdrangel (4.14.3-1) unstable; urgency=medium
 
   * Sample sources GUI file record: right click to choose file. Implements #483.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0f0240b5..04f0a2f69 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
 # configure version
 set(sdrangel_VERSION_MAJOR "4")
 set(sdrangel_VERSION_MINOR "14")
-set(sdrangel_VERSION_PATCH "3")
+set(sdrangel_VERSION_PATCH "4")
 set(sdrangel_VERSION_SUFFIX "")
 
 # SDRAngel cmake options
diff --git a/debian/changelog b/debian/changelog
index c42f30a4d..bc83b3e06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+sdrangel (4.14.4-1) unstable; urgency=medium
+
+  * XTRX: REST API: fixed wrong setting object
+  * XTRX: fixed sample rate setting
+  * XTRX: reduce block size to 4096 bytes
+  * LimeSDR: revised labels and tooltips for antenna select. Fixes issue #506
+  * LimeSDR: GUI: flip SR and Hw/Sw decimation or interpolation displays
+  * AM demod: fixed initialization of squelch counter. Fixes issue #502
+  * Make OpenCV optional in main cmake file. Fixes #503
+  * Fixed some warnings from Mac ports compilation
+  * Compile with c++11 comaptible version of CM256cc
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 20 Apr 2020 05:35:17 +0200
+
 sdrangel (4.14.3-1) unstable; urgency=medium
 
   * Sample sources GUI file record: right click to choose file. Implements #483.