File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2.0 (November 11th, 2016)
2+
3+ Features:
4+
5+ - Remove dependency on Redis::Namespace (@bschaeffer , #425 )
6+ - Make resetting on experiment change optional (@moggyboy , #430 )
7+ - Add ability to force alternative on dashboard (@ccallebs , #437 )
8+
9+ Bugfixes:
10+
11+ - Fix variations reset across page loads for multiple=control and improve coverage (@Vasfed , #432 )
12+
13+ Misc:
14+
15+ - Remove Explicit Return (@BradHudson , #441 )
16+ - Update Redis config docs (@bschaeffer , #422 )
17+ - Harden HTTP Basic snippet against timing attacks (@eliotsykes , #443 )
18+ - Removed a couple old ruby 1.8 hacks (@andrew , #456 )
19+ - Run tests on rails 5 (@andrew , #457 )
20+ - Fixed a few codeclimate warnings (@andrew , #458 )
21+ - Use codeclimate for test coverage (@andrew #455 )
22+
123## 2.1.0 (August 8th, 2016)
224
3- Features
25+ Features:
426
527- Support REDIS_PROVIDER variable used in Heroku (@kartikluke , #426 )
628
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module Split
33 MAJOR = 2
4- MINOR = 1
4+ MINOR = 2
55 PATCH = 0
66 VERSION = [ MAJOR , MINOR , PATCH ] . join ( '.' )
77end
You can’t perform that action at this time.
0 commit comments