diff --git a/CHANGELOG.md b/CHANGELOG.md index d28efc6..47cb04d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +1.0.2 +----- + +* README.md: Update install instructions +* Fix installer to enable serial +* Fix gas sensor heater pin + 1.0.1 ------------ +----- * README.md: Fix images diff --git a/enviroplus/__init__.py b/enviroplus/__init__.py index 5c4105c..7863915 100644 --- a/enviroplus/__init__.py +++ b/enviroplus/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.0.2"