diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4c86d..179c8cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.1.0 +- Changed the useragent for communication with the Bosch server API. + ## 3.0.1 - Bugfixes when I made some major errors when relleasing 3.0.0 diff --git a/setup.py b/setup.py index 93bc5da..57efa35 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="pyIndego", - version="3.0.1", + version="3.1.0", author="jm-73, sander1988", author_email="jens@myretyr.se", description="API for Bosch Indego mower",