diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7c6da441be5272d90227233da9e727dfc886e69..1c1c533448ead80418df5c62314b30a59ca4e5d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,13 @@
 # Change Log
 
-## Version ??? - soon
+## Version 1.2.4 - 2021-04-28
 
 - Custom title to error pages
 - Update FAQ
 - More captions for planning
 - Reworked file upload to allow for file replacement (and not just upload to a new unique name)
 - Fix bugs
+- Added links to home page
 
 ## Version 1.2.3 - 2021-04-25
 
diff --git a/site_settings/constants.py b/site_settings/constants.py
index acb6f4edf84e9ead402d6868a69e511c99c4618d..c11dd87a84f300a5ba2b4a10feb56d597cafbb10 100644
--- a/site_settings/constants.py
+++ b/site_settings/constants.py
@@ -1,6 +1,6 @@
 # The website version number
-WEBSITE_VERSION = "1.2.3"
-WEBSITE_VERSION_DATE = "2021-04-25"
+WEBSITE_VERSION = "1.2.4"
+WEBSITE_VERSION_DATE = "2021-04-28"
 
 WEBSITE_FULL_VERSION = "{} - {}".format(
 	WEBSITE_VERSION, WEBSITE_VERSION_DATE