Fix OCPPError command attribute affectation
[e-mobility-charging-stations-simulator.git] / CHANGELOG.md
index a02fd7f21f523043a77ba2238d8c54dfe0e6eab6..201cef1f987a09c99291f96325a8e3bebff3a79f 100644 (file)
@@ -4,10 +4,32 @@ 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.53](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.52...v1.0.53)
+
+- Use morgan law properly to allow remote start transaction to work. [`f6aa641`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f6aa64122833d24ed52a882bf7376788f3917748)
+
+#### [v1.0.52](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.51...v1.0.52)
+
+> 31 August 2021
+
+- Refine and use OCPP error specialisation [`14763b4`](https://github.com/jerome-benoit/charging-stations-simulator/commit/14763b466177d8e74d2e1925647e04e2d62ac72a)
+- Use IIFE (https://developer.mozilla.org/en-US/docs/Glossary/IIFE) for [`821c6c8`](https://github.com/jerome-benoit/charging-stations-simulator/commit/821c6c8229d6dfdc93ce917dfaad74e681e5a35c)
+- Release 1.0.52 [`bc4cbd0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/bc4cbd0509e6d37d5b17a478bfa9f30f8d8e6008)
+
+#### [v1.0.51](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.50...v1.0.51)
+
+> 29 August 2021
+
+- Release 1.0.51 [`90d5238`](https://github.com/jerome-benoit/charging-stations-simulator/commit/90d5238769142f67a692b00e4c771664e00b8b6a)
+- Add support for performance storage on worker pool [`b55c911`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b55c9112fb601a6b8d744ecbf7126ac6c97b8188)
+
 #### [v1.0.50](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.49...v1.0.50)
 
+> 29 August 2021
+
 - Add support for more DB engines via TypeORM [`c27c3ee`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c27c3eeea356b0692bef2327bb59aa99f9cbad8d)
 - Move worker message handler to the options argument [`ffd71f2`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ffd71f2c31025fcec6d5a95e1fba5d32c6d28e5b)
+- Release 1.0.50 [`f3b8fc7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f3b8fc7dc7ade24944093b26e66d283e52ab2169)
 
 #### [v1.0.49](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.48...v1.0.49)