diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d54c626..56ace006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.2] - 2024-02-14 +* Fix for choosing PnC and DIN removal when the connection is non-TLS by @anudeep-20 in https://github.com/SwitchEV/iso15118/pull/367 +* Fix SessionID length in SessionSetupReq for ISO15118-20 by @adoebber in https://github.com/SwitchEV/iso15118/pull/378 +* fixed the issue when parameters are none in currentdemandReq by @ikaratass in https://github.com/SwitchEV/iso15118/pull/381 +* evcc charging loop time added to config by @ikaratass in https://github.com/SwitchEV/iso15118/pull/262 +* @anudeep-20 made their first contribution in https://github.com/SwitchEV/iso15118/pull/367 + ## [0.25.1] - 2024-01-31 * fixed type returned by get_evse_max_current_limit by @tropxy in https://github.com/SwitchEV/iso15118/pull/373 * Fix for ChargeParameterDiscovery get_evse_max_voltage by @tropxy in https://github.com/SwitchEV/iso15118/pull/376 diff --git a/iso15118/__init__.py b/iso15118/__init__.py index 71290cd5..97b0e622 100644 --- a/iso15118/__init__.py +++ b/iso15118/__init__.py @@ -1 +1 @@ -__version__ = "0.25.1" +__version__ = "0.25.2" diff --git a/pyproject.toml b/pyproject.toml index b6b5f905..dc4be379 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iso15118" -version = "0.25.1" +version = "0.25.2" description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC" authors = ["André Duarte ", "Dr. Marc Mültin ",