diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d9e63eaed0..c9cf7df904 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,15 @@ fourfront Change Log ---------- +6.4.2 +===== + +`Usage Statistics updates `_ + +* The graphs listed added to /statistics page: Top 10 Files Downloaded, File Details View, File Impressions, File Search Result Click, Metadata.tsv Downloads, Device Category +* Tracking Item schema updated for new reports generated by GA4 metrics: metadata_tsv_by_country, top_files_downloaded, sessions_by_device_category + + 6.4.1 ===== diff --git a/pyproject.toml b/pyproject.toml index cc638a93bd..b6352431cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] # Note: Various modules refer to this system as "encoded", not "fourfront". name = "encoded" -version = "6.4.1" +version = "6.4.2" description = "4DN-DCIC Fourfront" authors = ["4DN-DCIC Team "] license = "MIT"