- [37](https://github.com/mobilityhouse/ocpp/issues/37) Add Python 3.8 support - Several fixes of typos and type hints in v16 dataclasses
0.4.0
- [29](https://github.com/mobilityhouse/ocpp/issues/29) Add OCPP 2.0 support
0.3.2
- [27](https://github.com/mobilityhouse/ocpp/issues/27) Fix possible dead lock when running `after()` handler.
0.3.1
- An invalid 0.3.0 release has been uploaded to pypi.org. pypi.org doesn't allow reuploading a new release using the same file names. Therefore a new release had to be made.
0.3.0
** Backwards incompatible change with ocpp <= 0.2.2. **
- [26](https://github.com/mobilityhouse/ocpp/issues/26) Pass request payload to `after()` handler.
0.2.2
- [21](https://github.com/mobilityhouse/ocpp/issues/21) Fix several type hints