From cdbda5683bff0f33903a6dc4aedac18debbb4922 Mon Sep 17 00:00:00 2001 From: Darren Oakley Date: Wed, 31 Oct 2018 12:10:14 +0000 Subject: [PATCH] Document the 3.5.7 release --- HISTORY | 4 ++++ lib/bandiera/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index f308cd6..d5bca8e 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,7 @@ += 3.5.7 / 2018-10-31 + +Bugfix, when a user deletes a feature on a group page, redirect back to that group page. Thanks @maxprokopiev! + = 3.5.6 / 2018-10-02 Update the docker image to run as an unprivileged user. diff --git a/lib/bandiera/version.rb b/lib/bandiera/version.rb index ee9b167..4fc745c 100644 --- a/lib/bandiera/version.rb +++ b/lib/bandiera/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bandiera - VERSION = '3.5.6' + VERSION = '3.5.7' end