diff --git a/debian/changelog b/debian/changelog index 93a53b2..6127cbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +openplotter-maiana (2.1.0-beta) bionic; urgency=medium + + * Add noise detection + * Detect bad connections + * Add firmware updating + * Add minimum hardware and firmware detection + * Update translations + + -- Sailoog Wed, 24 Nov 2021 21:14:59 +0100 + openplotter-maiana (2.0.1-alpha) bionic; urgency=medium * Update translations diff --git a/openplotterMaiana/version.py b/openplotterMaiana/version.py index bf4a597..6343add 100644 --- a/openplotterMaiana/version.py +++ b/openplotterMaiana/version.py @@ -1,3 +1,3 @@ -version = '2.0.1' +version = '2.1.0' codeName = 'Open Arms' -state = 'alpha' +state = 'beta'