From bb5d6bdf67eec9083a6fe1fd05fc85069101c0a5 Mon Sep 17 00:00:00 2001 From: Darren Oakley Date: Fri, 18 May 2018 11:38:07 +0100 Subject: [PATCH] Document and release v3.5.0 --- HISTORY | 4 ++++ lib/bandiera/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 0645348..ed3872c 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,7 @@ += 3.5.0 / 2018-05-18 + +Addition of a new groups page on the bandiera UI. Thanks @samzilverberg! + = 3.4.2 / 2018-05-16 Update logging to remove user identifiable data in preparation for the GDPR diff --git a/lib/bandiera/version.rb b/lib/bandiera/version.rb index 12c59a5..cf4939f 100644 --- a/lib/bandiera/version.rb +++ b/lib/bandiera/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bandiera - VERSION = '3.4.2' + VERSION = '3.5.0' end