diff --git a/CHANGELOG.md b/CHANGELOG.md index 249902c..020cad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2022-03-24 + ### Changed - Network interface extraction from cs parameters; Update of the code with mqtt version 0.18.1 by @tropxy in https://github.com/SwitchEV/slac/pull/10 ### Fixed -- Fix set credentials by @tropxy in https://github.com/SwitchEV/slac/pull/8 +- Set credentials by @tropxy in https://github.com/SwitchEV/slac/pull/8 +- Version bump by @tropxy in https://github.com/SwitchEV/slac/pull/11 ## [0.4.0] - 2021-12-20 diff --git a/pyproject.toml b/pyproject.toml index 9c48259..a66a8c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "slac" -version = "0.4.0" +version = "0.5.0" description = "SLAC Protocol implementation, defined in ISO15118-3" authors = ["André Duarte "]