diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a021ca..77507894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.2] - 2022-09-8 + +### Fixed +- End current session if can't resume by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/128 + + ## [0.10.1] - 2022-09-6 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 63407487..11c3959e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iso15118" -version = "0.10.1" +version = "0.10.2" description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC" authors = ["André Duarte ", "Dr. Marc Mültin ",