Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Nov 11, 2016
1 parent 56c756b commit fa24686
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,28 @@
## 2.2.0 (November 11th, 2016)

Features:

- Remove dependency on Redis::Namespace (@bschaeffer, #425)
- Make resetting on experiment change optional (@moggyboy, #430)
- Add ability to force alternative on dashboard (@ccallebs, #437)

Bugfixes:

- Fix variations reset across page loads for multiple=control and improve coverage (@Vasfed, #432)

Misc:

- Remove Explicit Return (@BradHudson, #441)
- Update Redis config docs (@bschaeffer, #422)
- Harden HTTP Basic snippet against timing attacks (@eliotsykes, #443)
- Removed a couple old ruby 1.8 hacks (@andrew, #456)
- Run tests on rails 5 (@andrew, #457)
- Fixed a few codeclimate warnings (@andrew, #458)
- Use codeclimate for test coverage (@andrew #455)

## 2.1.0 (August 8th, 2016)

Features
Features:

- Support REDIS_PROVIDER variable used in Heroku (@kartikluke, #426)

Expand Down
2 changes: 1 addition & 1 deletion lib/split/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Split
MAJOR = 2
MINOR = 1
MINOR = 2
PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit fa24686

Please sign in to comment.