[Documentation] Added CHANGELOG.md
@@ -0,0 +1,29 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+## v0.1.2
+### Fixed
+* Fixed not being able to set data to null or undefined post startup
+## v0.1.1
+* Fixed bug where null or undefined values on start would throw a TypeError since they can't be converted to objects. (closes #1)
+## v0.1.0
+### Added
+* Better documentation.
+* Better ES integration.
+## v0.0.1
+* Initial release