Breaking changes
* Support for Python 3.7 is removed and this library requires Python >= 3.8.
* The deprecated `ConnectedDriveAccount`/`ConnectedDriveVehicle` classes and all corresponding attributes are removed, use `MyBMWAccount`/`MyBMWVehicle`.
What’s Changed
* Fix README & readthedocs build (562) rikroe
* update the bmw cn version and nonce generate function (561) Yixi
* Ensure vehicle order in mocked API (560) rikroe
* Remove support for Python 3.7 (557) rikroe
* Remove deprecated ConnectedDriveAccount/Vehicle (556) rikroe
* Add support for Python 3.12 (553) cdce8p