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

Commit

Permalink
Merge pull request #84 from Shopify/v0.16.1
Browse files Browse the repository at this point in the history
Bump version to 0.16.1
  • Loading branch information
cjgu authored Dec 14, 2020
2 parents 6b01297 + 688e6bd commit 691be20
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.1
* Change `RedisStorage` scrub to be iterative to avoid SystemStackError while cleaning big experiments

## v0.16.0
* Allow configuring the `RedisStorage` with a [`ConnectionPool`](https://github.com/mperham/connection_pool) instead of a raw `Redis` connection.

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.16.0"
VERSION = "0.16.1"
end

0 comments on commit 691be20

Please sign in to comment.