Skip to content

Commit

Permalink
Update changelog and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Sep 10, 2014
1 parent 707bf9e commit e51fe61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion config/initializers/app_globals.rb
Expand Up @@ -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 <title> element

Expand Down

0 comments on commit e51fe61

Please sign in to comment.