Version 1.1.9 v1.1.9
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 25 Sep 2021 20:51:12 +0000 (22:51 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 25 Sep 2021 20:51:12 +0000 (22:51 +0200)
CHANGELOG.md
package-lock.json
package.json

index 4482d71dcec4e29193b247a1b1244fac248eaa26..eb6aaec283c872e14d886b8898968258471ed23d 100644 (file)
@@ -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.1.9](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.8...v1.1.9)
+
+- Push down at the connector level ATG states [`9664ec5`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9664ec50ce58f2fa682ad687a214d090a95d51f7)
+- Ensure the ATG connector status is not overwritten at stop [`b2bece2`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b2bece24c8376b29bb0075727402ec3368e31f04)
+
 #### [v1.1.8](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.7...v1.1.8)
 
+> 25 September 2021
+
 - 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)
index 9b5635078f9c45aef136969232f5d3db9d5cf1bc..8a2032e20c04770aa022b4bf4544310c00006f4e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.8",
+  "version": "1.1.9",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 83f69b4b44e442e2e268f3d309d69c254097ac26..e4e254821da8075803f62c60ae0a1941f3852d3e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.8",
+  "version": "1.1.9",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"