-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e404da
commit 057a3dd
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
<br /><br /> | ||
|
||
|
||
## Version 0.0.2 (Latest) | ||
**Released:** July 13, 2023<br /> | ||
**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. | ||
|
||
<br /><br /> | ||
## Version 0.0.1 (Initial Release) | ||
**Released:** June 20, 2023<br /> | ||
**Tag:** v0.0.1 | ||
|
||
This is the initial release |