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

Commit

Permalink
Document and bump to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dazoakley committed Feb 11, 2015
1 parent 3f5c784 commit 7e38bac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
= 2.3.1 / 2015-02-11

* [Bugfix] Resolve an issue on combined user group/percentage features where the percentage calc just wasn't working
* [Enhancement] Remove the FeatureUser model/table and make the percentage calculation more efficient
* [Operations] Increase the Sequel threadpool size to 24 (as 10 was too low with expected workloads)
* Added a docker/fig based development environment setup
* Added a Guardfile for use with guard

= 2.3.0 / 2015-01-27

* [Feature] Add support/config for the puma application server
Expand Down
2 changes: 1 addition & 1 deletion lib/bandiera/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bandiera
VERSION = '2.3.0'
VERSION = '2.3.1'
end

0 comments on commit 7e38bac

Please sign in to comment.