From 8ad85f637167d85f4e38ceccbfc77ac438a49ea0 Mon Sep 17 00:00:00 2001 From: Andrew Walker Date: Tue, 21 Jun 2016 12:08:55 +0100 Subject: [PATCH] Bump to version 3.1.2 --- HISTORY | 4 ++++ lib/bandiera/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 533dc76..6fc193f 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,7 @@ += 3.1.2 / 2016-06-21 + + * Add stricter validation on group and feature names to prevent whitespace being entered. + = 3.1.1 / 2016-02-16 * Move the Bandiera codebase into the `springernature` organisation and update the copyright. diff --git a/lib/bandiera/version.rb b/lib/bandiera/version.rb index 8fc8bb5..1eb2afb 100644 --- a/lib/bandiera/version.rb +++ b/lib/bandiera/version.rb @@ -1,3 +1,3 @@ module Bandiera - VERSION = '3.1.1'.freeze + VERSION = '3.1.2'.freeze end