From: Jérôme Benoit Date: Sat, 19 Jun 2021 20:02:56 +0000 (+0200) Subject: Release 1.0.20 X-Git-Tag: v1.0.20^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b2fcc85d7219058677263b0943da2ad9c073f9de;p=e-mobility-charging-stations-simulator.git Release 1.0.20 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 651799ef..1fbe8b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.20](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.19...v1.0.20) + +- Add per phase support to MeterValues in template. [`9ccca26`](https://github.com/sap-labs-france/ev-simulator/commit/9ccca265277990663dad8ad0573b7c283e221c6f) +- Use ConnectionTineOut OCPP parameter as WS timeout [`147d0e0`](https://github.com/sap-labs-france/ev-simulator/commit/147d0e0f63942b395dabf86ab7488f6f270cf027) +- Logs message cleanup [`c8d67ee`](https://github.com/sap-labs-france/ev-simulator/commit/c8d67ee583628d68f9d1806fc591c3e8e00808e4) + #### [v1.0.19](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.18...v1.0.19) +> 13 June 2021 + +- Release 1.0.19 [`46fe960`](https://github.com/sap-labs-france/ev-simulator/commit/46fe9601fe66f75a48301a658347fd393582ea22) - Add support for ConnectionTimeOut standard parameter [`291cb25`](https://github.com/sap-labs-france/ev-simulator/commit/291cb255bec471875566d94ea674b7f476a2b7a1) #### [v1.0.18](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.17...v1.0.18) diff --git a/package-lock.json b/package-lock.json index 929f04e8..cce3acc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.19", + "version": "1.0.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c16520c1..29626049 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.19", + "version": "1.0.20", "engines": { "node": "14.x.x", "npm": "6.x.x"