From: Jérôme Benoit Date: Mon, 21 Jun 2021 19:47:42 +0000 (+0200) Subject: Release 1.0.24 X-Git-Tag: v1.0.24^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7b397d7e4e4ddb66365674421577bdc967cf782a;p=e-mobility-charging-stations-simulator.git Release 1.0.24 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e81ed98..3bf66db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.24](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.23...v1.0.24) + +- Keep track of authorize request idtag status. [`163547b`](https://github.com/sap-labs-france/ev-simulator/commit/163547b1c0d9b1062891962feedb127fc0c1cc94) + #### [v1.0.23](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.22...v1.0.23) +> 20 June 2021 + +- Release 1.0.23 [`7486490`](https://github.com/sap-labs-france/ev-simulator/commit/7486490983618858f340fc03ceee4bdb7a6f5db5) - Optimize random fluctuated computation [`97ef739`](https://github.com/sap-labs-france/ev-simulator/commit/97ef739c0f207e2b729bd3f185c463eb0ff35c7d) #### [v1.0.22](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.21...v1.0.22) diff --git a/package-lock.json b/package-lock.json index 000e8bca..4eeeef59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.23", + "version": "1.0.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d0d6bd19..188ef6e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.23", + "version": "1.0.24", "engines": { "node": "14.x.x", "npm": "6.x.x"