diff --git a/CHANGELOG.md b/CHANGELOG.md index a58dab2414e2a3cd0502f9b1e050c30134ad7683..6e4b4ef9ae3d79fc0e468d2ad42f3eb2389f73b7 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 661c5e8fe6ceeaca225e2f9994d764719f5c4ef3..52ad6c69b96b3fe7a865c384d2d3e329c693e7bb 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