diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..09cf9f9
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,20 @@
+# CHANGELOG
+This changelog file outlines a chronologically ordered list of the changes made on this project.
+It is organized by version and release date followed by a list of Enhancements, New Features, Bug Fixes, and/or Breaking Changes.
+
+
+
+## Version 0.0.2 (Latest)
+**Released:** July 13, 2023
+**Tag:** v0.0.2
+
+### Enhancements
+
+- Enhanced the process for extracting views and unique visitors. In version 0.0.1 the views.py script was scheduled to run at 11:45pm to capture the data for that day. However, sometimes GitHub would update the metrics between 11:45pm and midnight, essentially making the views.py data extraction outdated. Having the scheduling so close to midnight also introduced a risk that if the CRON job (in GitHub actions) was delayed it would also potentially lead to inaccurate results. The new views.py script is run at 12:25am and captures the stats from the previous day, essentially removing the issues faced in version 0.0.1.
+
+
+## Version 0.0.1 (Initial Release)
+**Released:** June 20, 2023
+**Tag:** v0.0.1
+
+This is the initial release