diff --git a/Changelog.md b/Changelog.md index 652eb5d9d..d7b0c1f77 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 0.5.0.1 + +Use the correct setting for captcha length instead of defaulting to 1 always. + # 0.5.0.0 ## Major Sidekiq update diff --git a/config/defaults.yml b/config/defaults.yml index 008ce9661..c6f9b994c 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -4,7 +4,7 @@ defaults: version: - number: "0.5.0.0" # Do not touch unless doing a release, do not backport the version number that's in master but keep develop to always say "head" + number: "0.5.0.1" # Do not touch unless doing a release, do not backport the version number that's in master heroku: false environment: url: "http://localhost:3000/"