Skip to content

Commit

Permalink
bumped version to 0.8.1 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinnijel2 authored Aug 9, 2022
1 parent e2fbc60 commit 81e2afe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1] - 2022-08-08

### Fixed
- ChargeParameterDiscoveryRes must be ac_charge_parameter and not ac_ev… by @ikaratass in https://github.com/SwitchEV/iso15118/pull/99
- Added more EXI debug (AB#2580) by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/100

## [0.8.0] - 2022-08-05

### Added
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tool.poetry]
name = "iso15118"
version = "0.8.0"
version = "0.8.1"
description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC"
authors = ["André Duarte <[email protected]>",
"Dr. Marc Mültin <[email protected]>",
"Shalin Nijel <[email protected]>",
"Milton Eduardo Sosa <[email protected]>",
"Daniel Gordon <[email protected]>",
"İbrahim Karatas <[email protected]>",
"Lukas Lombriser <[email protected]"]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 81e2afe

Please sign in to comment.