From e05d5bcdfe5bb2183e9f25095304b571b0b40bf0 Mon Sep 17 00:00:00 2001 From: Github Bot Date: Mon, 22 Mar 2021 22:46:25 +0000 Subject: [PATCH] Version bump and changelog update. New version is 0.4.1 --- CHANGELOG.md | 10 ++++++++++ src/prana_rc/__version__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a673c..94c9b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v0.4.1](https://github.com/corvis/prana_rc/tree/v0.4.1) (2021-03-22) + +**Implemented enhancements:** + +- VOC and CO2 sensors support [\#18](https://github.com/corvis/prana_rc/issues/18) + +**Fixed bugs:** + +- Incorrect sensor readings [\#21](https://github.com/corvis/prana_rc/issues/21) + ## [v0.4.0](https://github.com/corvis/prana_rc/tree/v0.4.0) (2021-03-04) **Implemented enhancements:** diff --git a/src/prana_rc/__version__.py b/src/prana_rc/__version__.py index 382bf29..4fc94ab 100644 --- a/src/prana_rc/__version__.py +++ b/src/prana_rc/__version__.py @@ -14,4 +14,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "0.4.0" +__version__ = "0.4.1"