From 4d44c8e9cafaa80a9ef05c7cc397c1e03e9353e8 Mon Sep 17 00:00:00 2001 From: Darren Oakley Date: Wed, 27 Sep 2017 15:59:43 +0100 Subject: [PATCH] Document and bump 3.3.2 --- HISTORY | 4 ++++ lib/bandiera/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 3d55e32..e084d56 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,7 @@ += 3.3.2 / 2017-09-27 + + * Add the ability to enable CORS headers for the v2 API (via an ENV variable) + = 3.3.1 / 2017-09-21 * Update all dependent gems (inlcuding nokogiri security patch - https://github.com/sparklemotion/nokogiri/issues/1673) diff --git a/lib/bandiera/version.rb b/lib/bandiera/version.rb index eeeb766..e1c39a2 100644 --- a/lib/bandiera/version.rb +++ b/lib/bandiera/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bandiera - VERSION = '3.3.1' + VERSION = '3.3.2' end