diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fbe8b129..4fecf4a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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.21](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.20...v1.0.21) + +- Add tunable for phase line to line voltage MeterValues [`9bd8738`](https://github.com/sap-labs-france/ev-simulator/commit/9bd87386d65158edef865cafd0daabff91822b87) + #### [v1.0.20](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.19...v1.0.20) +> 19 June 2021 + - 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) +- Release 1.0.20 [`b2fcc85`](https://github.com/sap-labs-france/ev-simulator/commit/b2fcc85d7219058677263b0943da2ad9c073f9de) #### [v1.0.19](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.18...v1.0.19) diff --git a/package-lock.json b/package-lock.json index cce3acc7b..b7e81883e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.20", + "version": "1.0.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 296260491..c79aada2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.20", + "version": "1.0.21", "engines": { "node": "14.x.x", "npm": "6.x.x"