Skip to content

Commit

Permalink
bumped version to 0.5.0 and updated the changelog (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
tropxy authored Mar 24, 2022
1 parent d266f91 commit 267b662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <andre@switch-ev.com, andre14x@gmail.com>"]

Expand Down

0 comments on commit 267b662

Please sign in to comment.