diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0aee4..f65f083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.4.1](https://github.com/SebRut/pygrocy/tree/v1.4.1) (2022-07-28) + +[Full Changelog](https://github.com/SebRut/pygrocy/compare/v1.4.0...v1.4.1) + +**Merged pull requests:** + +- Fix enabled features lookup [\#248](https://github.com/SebRut/pygrocy/pull/248) ([marcelvriend](https://github.com/marcelvriend)) + ## [v1.4.0](https://github.com/SebRut/pygrocy/tree/v1.4.0) (2022-07-24) [Full Changelog](https://github.com/SebRut/pygrocy/compare/v1.3.0...v1.4.0) diff --git a/setup.py b/setup.py index c48e183..253dda9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pygrocy", - version="1.4.0", + version="1.4.1", author="Sebastian Rutofski", author_email="kontakt@sebastian-rutofski.de", description="",