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

Commit

Permalink
Bump version to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgwizard committed Jul 22, 2020
1 parent d2df2a9 commit 2ca6c8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.16.0
* Allow configuring the `RedisStorage` with a [`ConnectionPool`](https://github.com/mperham/connection_pool) instead of a raw `Redis` connection.

## v0.15.2
* Fix edge case where inheriting from `Verdict::Experiment` and overriding `subject_qualifies?` resulted in an error.

Expand Down
2 changes: 1 addition & 1 deletion lib/verdict/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Verdict
VERSION = "0.15.2"
VERSION = "0.16.0"
end

0 comments on commit 2ca6c8e

Please sign in to comment.