diff --git a/CHANGELOG.md b/CHANGELOG.md index 00cb5e25aa4..43f7988c084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## Releases * Unreleased + +* v2.1.1 (3rd August 2017) + - Email improvements: + - Clicking on the map in an email links to the report #1596 - Admin improvements: - Resend report if changing category changes send_method. #1772 - Do not replace deleted text with [...] when moderating. #1774 diff --git a/README.md b/README.md index 8529e83d18c..8e220f774bd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ RSS alerts of problems in their area. It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting problems to UK councils and has been copied around the world. The FixMyStreet -Platform is now at version 2.1; see CHANGELOG.md for a version history. +Platform is now at version 2.1.1; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index df1870dae5b..9bdff8de8f3 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v2.1} +VERSION=${VERSION_OVERRIDE:-v2.1.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh