diff --git a/README.md b/README.md index 08c57675c8a..95a8f03dd26 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,22 @@ web-based cross-browser testing tools for this project. ## Releases +* v2.0.1 (16th December 2016) + - Bugfixes: + - Fix issue in dragging map in Chrome 55. openlayers/ol2#1510 + - Don't double-decode strftime output, to fix date/time display. + - Filter category should always carry through to form. + - Don't fix height of admin multiple selects. #1589 + - Admin improvements: + - Add duplicate management to inspector view. #1581 + - Open inspect Navigate link in new tab. #1583 + - Scroll to report inspect form if present. #1583 + - Update problem lastupdate column on inspect save. #1584 + - Update priorities in inspect form on category change. #1590 + - Development improvements: + - Pass test if NXDOMAINs are intercepted. + - Better path for showing config git version. #1586 + * v2.0 (15th November 2016) - Front end improvements: - Add HTML emails. #1281 #1103 diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 6c54b51d010..007cd18393c 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.0} +VERSION=${VERSION_OVERRIDE:-v2.0.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh