Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #85 from dazoakley/v3.3.2
Browse files Browse the repository at this point in the history
Document and bump 3.3.2
  • Loading branch information
dazoakley authored Sep 27, 2017
2 parents f32d43f + 4d44c8e commit 39941c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/bandiera/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bandiera
VERSION = '3.3.1'
VERSION = '3.3.2'
end

0 comments on commit 39941c5

Please sign in to comment.