From 6b26198dec4c1955106cf11369d03ac2f36d5e68 Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Sat, 24 Apr 2021 15:45:58 +0200
Subject: [PATCH] New version

---
 CHANGELOG.md               | 6 ++++++
 site_settings/constants.py | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a58dab2..6e4b4ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Change Log
 
+## Version 1.2.1 - 2021-04-24
+
+- Fix too small character limit on activity description
+- Added links to more games
+- Fix typos
+
 ## Version 1.2.0 - 2021-04-07
 
 - Update inscription form and displayed info for 'at home' event.
diff --git a/site_settings/constants.py b/site_settings/constants.py
index 661c5e8..52ad6c6 100644
--- a/site_settings/constants.py
+++ b/site_settings/constants.py
@@ -1,6 +1,6 @@
 # The website version number
-WEBSITE_VERSION = "1.2.0"
-WEBSITE_VERSION_DATE = "2021-04-07"
+WEBSITE_VERSION = "1.2.1"
+WEBSITE_VERSION_DATE = "2021-04-24"
 
 WEBSITE_FULL_VERSION = "{} - {}".format(
 	WEBSITE_VERSION, WEBSITE_VERSION_DATE
-- 
GitLab