From 4f4943d87fc418c9bc8fada34dd987e3b031fa4a Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 29 May 2018 13:38:11 +0100 Subject: Version 2.3.2. --- CHANGELOG.md | 2 ++ README.md | 2 +- bin/site-specific-install.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b911e0a4..0ea1e9fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Releases * Unreleased + +* v2.3.2 (31st May 2018) - Front end improvements: - Improve questionnaire process. #1939 #1998 - Increase size of "sub map links" (hide pins, permalink, etc) #2003 #2056 diff --git a/README.md b/README.md index 9998752da..a492662c5 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.3.1; see CHANGELOG.md for a version history. +Platform is now at version 2.3.2; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 57a3ad1f8..5f16a86ab 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.3.1} +VERSION=${VERSION_OVERRIDE:-v2.3.2} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh -- cgit v1.2.3