diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c1c533448ead80418df5c62314b30a59ca4e5d8..8fc5872cb6a137fce7eba6a0f484600431dc7437 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Change Log
 
+## Version 1.2.5 - 2021-04-30
+
+- Added logo !
+- Added check for inscription to multiple instances of same activity
+- Fixed planning bugs
+- Added missing columns to some CSV exports
+- Added optionnal nullable field to change a slot's duration
+
 ## Version 1.2.4 - 2021-04-28
 
 - Custom title to error pages
diff --git a/site_settings/constants.py b/site_settings/constants.py
index c11dd87a84f300a5ba2b4a10feb56d597cafbb10..57751501e96542943e0376939831de803fc88c92 100644
--- a/site_settings/constants.py
+++ b/site_settings/constants.py
@@ -1,6 +1,6 @@
 # The website version number
-WEBSITE_VERSION = "1.2.4"
-WEBSITE_VERSION_DATE = "2021-04-28"
+WEBSITE_VERSION = "1.2.5"
+WEBSITE_VERSION_DATE = "2021-04-30"
 
 WEBSITE_FULL_VERSION = "{} - {}".format(
 	WEBSITE_VERSION, WEBSITE_VERSION_DATE