diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e98f8e6..bbf6ecbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,5 +85,5 @@ Quorum is distributed under the [BSD 3-Clause License](http://www.opensource.org ## v0.5.13, 3 December 2013 * Fix security alerts [CVE-2013-6414](http://seclists.org/oss-sec/2013/q4/400) and [CVE-2013-4491](http://seclists.org/oss-sec/2013/q4/401) [#89] -## v0.5.14, 10 September 2014 +## v0.5.15, 10 September 2014 * Fix a security bug where password resets could log the user in [#92] \ No newline at end of file diff --git a/config/initializers/app_globals.rb b/config/initializers/app_globals.rb index bbc7e32f..c3b0dbc5 100644 --- a/config/initializers/app_globals.rb +++ b/config/initializers/app_globals.rb @@ -5,7 +5,7 @@ require 'yaml' APP_CONFIG = YAML.load_file("#{Rails.root}/config/config.yml")[Rails.env] -APP_VERSION = '0.5.14' +APP_VERSION = '0.5.15' SITE_TITLE = "Quorum" # Name of site as it appears in element