Add sanity checks to random integer generation
[e-mobility-charging-stations-simulator.git] / CHANGELOG.md
index 73d8bb6efaf4bd658fcc93d9fc894fa8ada1bc48..ea368283646f312bfdb3fd9908bd2a0830184022 100644 (file)
@@ -4,11 +4,59 @@ 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.3](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.2...v1.1.3)
+
+- Add scope to helper methods in Utils class. [`0f16a66`](https://github.com/jerome-benoit/charging-stations-simulator/commit/0f16a6625f6ec995565a7a8de7ff08808eeb5c86)
+- Fix duration formatting for large one [`d7d1db7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d7d1db72537ac2b012ca901a768d6442f3cf39fe)
+- Secure random integer generator inputs [`fd00fa2`](https://github.com/jerome-benoit/charging-stations-simulator/commit/fd00fa2e9c06c4b05360c915fa44e2018c731503)
+
+#### [v1.1.2](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.1...v1.1.2)
+
+> 17 September 2021
+
+- Apply dependencies update [`3a2adbe`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3a2adbe5f8f5d7d3e4d351aacac37fa07593fc96)
+- Fix and secure random number generation code [`c37528f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c37528f1b44c116d0e714194e881d94951efdef6)
+- Version 1.1.2 [`c3afd76`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c3afd76e6d2323de2d56a4eb324524c3f73eee38)
+
+#### [v1.1.1](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.0...v1.1.1)
+
+> 16 September 2021
+
+- Fix ATG execution time accuracy. [`7d75bee`](https://github.com/jerome-benoit/charging-stations-simulator/commit/7d75bee1fb4f5946cba9bd453604ae9c359595c1)
+- Version 1.1.1 [`eecefdf`](https://github.com/jerome-benoit/charging-stations-simulator/commit/eecefdf8b2599c7f43ab8938aed8b06c0578ec9a)
+- Silence a sonar warning [`68a8d1b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/68a8d1bbf67c9b3eac7e61c0e2526710a106f0c8)
+
+#### [v1.1.0](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.62...v1.1.0)
+
+> 15 September 2021
+
+- Version 1.1.0 [`2a2d9bb`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2a2d9bba858b5368b3fefa1fc4ae9e5d6ce44a20)
+- Apply dependency update [`c2e6012`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c2e60123b7c9124cb51f3cccb528a15f219e5b61)
+- Fix .cfignore file for templates. [`bc9b43d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/bc9b43db6649c1182b6dbb9e172c213dbd1a8abf)
+
+#### [v1.0.62](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.61...v1.0.62)
+
+> 15 September 2021
+
+- Cleanup OCPP message sending and error code [`e7accad`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e7accadb398c418c41571c53e2c70b1cca3e83d5)
+- Version 1.0.62 [`f1eb461`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f1eb461f53b26be7b40eeb4114dd069ace916c00)
+- Fix misplaced parenthesis [`624df19`](https://github.com/jerome-benoit/charging-stations-simulator/commit/624df19998b1edea4bd7baf4ea3314ad163b90b1)
+
+#### [v1.0.61](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.60...v1.0.61)
+
+> 14 September 2021
+
+- Apply dependencies update [`105758c`](https://github.com/jerome-benoit/charging-stations-simulator/commit/105758c25b973c04f6c62f222106019c3a87b000)
+- Version 1.0.61 [`b7635c0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b7635c0f08ef609f4647062ae4d16c393be7dd0d)
+- Fix log message quoting [`b4a58db`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b4a58db4470e2ddc4825504ff639777d635958e2)
+
 #### [v1.0.60](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.59...v1.0.60)
 
+> 13 September 2021
+
 - Fix performance storage jsonfile consistency at write: [`c63c21b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c63c21bce46d9230688d0c5ebd31f5dd861324de)
 - Log also ws closing reason [`6c65a29`](https://github.com/jerome-benoit/charging-stations-simulator/commit/6c65a2958d57b4c91a60150c2bf567659b64d4f0)
-- Constity and factor out last performance entry [`eb835fa`](https://github.com/jerome-benoit/charging-stations-simulator/commit/eb835fa84ced86641214bff490b3b5ce4332dbb4)
+- Version 1.0.60 [`a37c4a0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a37c4a0959efc51712d32c6d2d2facd84820e41c)
 
 #### [v1.0.59](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.58...v1.0.59)