diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea052d4..5c3a6c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1] - 2024-02-28 +### Improvement +- Improved documentation +### Fix +- Persistent data storage fix +- Docker Standalone Publish Workspace Fix + ## [0.8.0] - 2024-02-25 ### Improvement - Thanks to the great work from @GeoDerp we now have a unified/centralized Dockerfile that allows for testing different installation configuration methods in one place. This greatly helps testing, notably emulating the add-on environment. This will improve overall testing for both teh core code and the add-on. Again many thanks! diff --git a/docs/conf.py b/docs/conf.py index fb3ed097..7f8b5c4c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'David HERNANDEZ' # The full version, including alpha/beta/rc tags -release = '0.8.0' +release = '0.8.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 5897ac92..4f95666b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.8.0', # Required + version='0.8.1', # Required description='An Energy Management System for Home Assistant', # Optional long_description=long_description, # Optional long_description_content_type='text/markdown', # Optional (see note above)