diff --git a/CHANGELOG.md b/CHANGELOG.md index 99790ef..acceac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.8.1 (2024-12-18) + +### Bug fixes + +- Optimize logging with ruff g004 (#211) ([`17cf4a2`](https://github.com/chemelli74/aiovodafone/commit/17cf4a23f9a899ec8481107737fa4b311e89f0f0)) + + +### Build system + +- Cleanup old settings (#210) ([`e4e7b8f`](https://github.com/chemelli74/aiovodafone/commit/e4e7b8f6b6079d110e4b34c7d5d926b53bb6d605)) + + ## v0.8.0 (2024-12-17) ### Features diff --git a/pyproject.toml b/pyproject.toml index 1e7f959..8ade006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiovodafone" -version = "0.8.0" +version = "0.8.1" description = "Python library to control Vodafone Station" authors = ["Simone Chemelli "] license = "Apache-2.0" diff --git a/src/aiovodafone/__init__.py b/src/aiovodafone/__init__.py index 0795558..b95740d 100644 --- a/src/aiovodafone/__init__.py +++ b/src/aiovodafone/__init__.py @@ -1,6 +1,6 @@ """aiovodafone library.""" -__version__ = "0.8.0" +__version__ = "0.8.1" from .api import ( VodafoneStationDevice,