diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f413b43..574b9a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.0] - 2022-10-17 + +### Fixed + +* Fix/serviceDiscoveryreq is not allowed after receiving first one by @ikaratass in https://github.com/SwitchEV/iso15118/pull/143 +* fix: remove sphinx dependency by @mdwcrft in https://github.com/SwitchEV/iso15118/pull/141 +* Fix: create_certs to generate jks certs for Keysight by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/134 +### Added + +* feat: Add Service status in https://github.com/SwitchEV/iso15118/pull/148 +* get from the evse controller the ac evse status by @tropxy in https://github.com/SwitchEV/iso15118/pull/146 + ## [0.12.0] - 2022-10-03 ### Changed diff --git a/iso15118/__init__.py b/iso15118/__init__.py index ea370a8e..f23a6b39 100644 --- a/iso15118/__init__.py +++ b/iso15118/__init__.py @@ -1 +1 @@ -__version__ = "0.12.0" +__version__ = "0.13.0" diff --git a/pyproject.toml b/pyproject.toml index 8695888f..4d7df357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iso15118" -version = "0.12.0" +version = "0.13.0" description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC" authors = ["André Duarte ", "Dr. Marc Mültin ",