diff --git a/CHANGELOG.md b/CHANGELOG.md index ee19f8c..c31f18c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.4.2 (2023-10-26) + +### Fix + +* Improve failed login handling ([`c39ffd1`](https://github.com/chemelli74/aiovodafone/commit/c39ffd1439dd7d5008945fcb5946e96402429239)) + ## v0.4.1 (2023-10-17) ### Fix diff --git a/pyproject.toml b/pyproject.toml index d53b77a..65e2178 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiovodafone" -version = "0.4.1" +version = "0.4.2" description = "Python library to control Vodafone Station" authors = ["Simone Chemelli "] license = "Apache Software License 2.0" diff --git a/src/aiovodafone/__init__.py b/src/aiovodafone/__init__.py index 5dc9986..4987e35 100644 --- a/src/aiovodafone/__init__.py +++ b/src/aiovodafone/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.1" +__version__ = "0.4.2" from .api import ( VodafoneStationDevice,