diff --git a/CHANGELOG b/CHANGELOG index 22f61a20c..dee706bb9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +sdrangel (7.1.0-1) unstable; urgency=medium + + * Support LimeRFE wtih a new feature plugin. Implements #1251 + * Fixed auto stack workspaces status save/restore + * Fix typing errors in readme's. PR #1253 + + -- Edouard Griffiths, F4EXB Sun, 22 May 2022 22:24:21 +0200 + sdrangel (7.0.1-1) unstable; urgency=medium * Added ability to build a package for MacOS. PR #1249 @@ -9,7 +17,7 @@ sdrangel (7.0.1-1) unstable; urgency=medium * Save/restore auto-stack function in workspaces. Part of #1250 * Fixed ButtonSwitch background color with stylesheets - -- Edouard Griffiths, F4EXB Thu, 19 May 2022 26:02:31 +0200 + -- Edouard Griffiths, F4EXB Thu, 19 May 2022 16:02:31 +0200 sdrangel (7.0.0-1) unstable; urgency=medium diff --git a/CMakeLists.txt b/CMakeLists.txt index f1bb54042..2c1003a4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "7") -set(sdrangel_VERSION_MINOR "0") -set(sdrangel_VERSION_PATCH "1") +set(sdrangel_VERSION_MINOR "1") +set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index a1ba031f5..6472a96a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sdrangel (7.1.0-1) unstable; urgency=medium + + * Support LimeRFE wtih a new feature plugin. Implements #1251 + * Fixed auto stack workspaces status save/restore + * Fix typing errors in readme's. PR #1253 + + -- Edouard Griffiths, F4EXB Sun, 22 May 2022 22:24:21 +0200 + sdrangel (7.0.1-1) unstable; urgency=medium * Added ability to build a package for MacOS. PR #1249