From: Jérôme Benoit Date: Sun, 13 Jun 2021 20:41:33 +0000 (+0200) Subject: Release 1.0.19 X-Git-Tag: v1.0.19^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=46fe9601fe66f75a48301a658347fd393582ea22;hp=291cb255bec471875566d94ea674b7f476a2b7a1;p=e-mobility-charging-stations-simulator.git Release 1.0.19 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1800b2c3..651799ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.19](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.18...v1.0.19) + +- 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) +> 13 June 2021 + - Complete AuthorizeRemoteTxRequests support in remote start transaction [`36f6a92`](https://github.com/sap-labs-france/ev-simulator/commit/36f6a92e3ab0a4a452da57aad6510bda259296ce) +- Release 1.0.18 [`18b2d50`](https://github.com/sap-labs-france/ev-simulator/commit/18b2d50578dc6a5299bd1d770a6734e59d9a5431) #### [v1.0.17](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.16...v1.0.17) diff --git a/package-lock.json b/package-lock.json index 42f59508..c7d3bee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.18", + "version": "1.0.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fed6ddc0..a51052c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.18", + "version": "1.0.19", "engines": { "node": "14.x.x", "npm": "6.x.x"