Skip to content

Commit fa24686

Browse files
committed
v2.2.0
1 parent 56c756b commit fa24686

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
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

lib/split/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22
module Split
33
MAJOR = 2
4-
MINOR = 1
4+
MINOR = 2
55
PATCH = 0
66
VERSION = [MAJOR, MINOR, PATCH].join('.')
77
end

0 commit comments

Comments
 (0)