Release 1.0.18 v1.0.18
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 13 Jun 2021 20:03:49 +0000 (22:03 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 13 Jun 2021 20:03:49 +0000 (22:03 +0200)
CHANGELOG.md
package-lock.json
package.json

index d571e17b7c1e2830acf1c06cfcdaae96dc49354f..1800b2c31a8628c3f7df09a7de8b61c18ad09cd6 100644 (file)
@@ -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.18](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.17...v1.0.18)
+
+- Complete AuthorizeRemoteTxRequests support in remote start transaction [`36f6a92`](https://github.com/sap-labs-france/ev-simulator/commit/36f6a92e3ab0a4a452da57aad6510bda259296ce)
+
 #### [v1.0.17](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.16...v1.0.17)
 
+> 13 June 2021
+
 - Documentation on OCPP parameters [`7e1dc87`](https://github.com/sap-labs-france/ev-simulator/commit/7e1dc8784bef178de6438ae9af2bece427809cde)
 - README.md: fix sections hierarchy [`c56d42f`](https://github.com/sap-labs-france/ev-simulator/commit/c56d42f1989acd8c336fb165d5e295245adb37fa)
-- Apply dependencies update [`c4694a4`](https://github.com/sap-labs-france/ev-simulator/commit/c4694a4907ccc0a6ab4f239910a37f5b7bd2e0d1)
+- Release 1.0.17 [`8e84ea8`](https://github.com/sap-labs-france/ev-simulator/commit/8e84ea8faabb8b05cc46f71d5fb93d0eb51d3a3b)
 
 #### [v1.0.16](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.15...v1.0.16)
 
index 75f9e4fd74e3d452a06a27a366e05d3475944bec..42f595085a6af505f1a1d2b53853b5d242f3d08e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.17",
+  "version": "1.0.18",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 1f600292893e09c45f323ac03ac6eee0a4a16b6b..fed6ddc09dc78b056962f8c2f06f603995ac1330 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.17",
+  "version": "1.0.18",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"