diff --git a/CHANGELOG.md b/CHANGELOG.md index 25160380..5b66073d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.8.6 - 2024-04-07 +### Fix +- Fixed bug from forecast out method related to issue 240 +- Fix patch for some issues with package file paths + ## 0.8.5 - 2024-04-01 ### Improvement - Simplified fetch urls to relatives diff --git a/docs/conf.py b/docs/conf.py index 2cbc9f96..1b781efa 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.5' +release = '0.8.6' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c5567640..aed43123 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.8.5', # Required + version='0.8.6', # 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)