Version 1.1.8 v1.1.8
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 25 Sep 2021 16:28:14 +0000 (18:28 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 25 Sep 2021 16:28:14 +0000 (18:28 +0200)
CHANGELOG.md
package-lock.json
package.json

index bbdeb53e6b05325aaf76f8b35fc28f5f07e19d98..4482d71dcec4e29193b247a1b1244fac248eaa26 100644 (file)
@@ -4,8 +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.1.8](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.7...v1.1.8)
+
+- Track ATG status on a per connector basis. [`7274023`](https://github.com/jerome-benoit/charging-stations-simulator/commit/72740232578802cecbae5fcf13dc491b92417cce)
+- Apply dependencies update [`d77e279`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d77e279f75a3060eb05777611c8a554aff6fe283)
+- Add node.js memory tuning to docker image [`525935a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/525935a5df9cd2b0ab4fc11c8231241bd9cb1b96)
+
 #### [v1.1.7](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.6...v1.1.7)
 
+> 23 September 2021
+
 - Apply dependencies update [`724b41e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/724b41e4f84d4f3c159ca477e3ccc6e31cc15818)
 - Consistently use idTag for RFID tag [`f4bf2ab`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f4bf2abdd27ce5ddb64d0efd3763608320efc8d8)
 - Remove uneeded condition on transaction status in ATG [`85d2066`](https://github.com/jerome-benoit/charging-stations-simulator/commit/85d206672d2dc688827177e4de87a069c4b2cdc1)
index 8097dc2dbdcc55df34cf74682f7ba61c757a3551..9b5635078f9c45aef136969232f5d3db9d5cf1bc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.7",
+  "version": "1.1.8",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index ddb241db6e33ed2c812c1c9231cd7e26bcc4c892..83f69b4b44e442e2e268f3d309d69c254097ac26 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.7",
+  "version": "1.1.8",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"