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

Commit

Permalink
update HISTORY and bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dazoakley committed Jul 3, 2014
1 parent 26be69e commit 509ff22
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
= 2.1.0 / 2014-07-03

* [Feature] added capability to enable features for a percentage of users, this can
also be mixed in with 'user groups' so that selected approved users ALWAYS see the
feature, but for the rest of the user base, it is based on a percentage
* Model layer switched to use Sequel::Model

= 2.0.0 / 2014-05-09

* [Feature] added capability to selectivley enable features for specific users/groups
* [Feature] new v2 API (read-only) with support for new user groups features
* [Feature] enable database configuration via a `DATABASE_URL` environment variable
* [Operations] allow error/exception reporting via Airbrake
* [Bugfix] more stable database connections
* [Deprecation] v1 API is now deprecated

= 1.0.0 / 2014-04-25

* Initial tagging of 1.0.0 codebase
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.0.0'
VERSION = '2.1.0'
end

0 comments on commit 509ff22

Please sign in to comment.