Skip to content

Commit b561531

Browse files
committed
v3.0.0
1 parent 989ff86 commit b561531

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 3.0.0 (March 30th, 2017)
2+
3+
Features:
4+
5+
- added block randomization algorithm and specs (@hulleywood, #475)
6+
- Add ab_record_extra_info to allow record extra info to alternative and display on dashboard. (@tranngocsam, #460)
7+
8+
Bugfixes:
9+
10+
- Avoid crashing on Ruby 2.4 for numeric strings (@flori, #470)
11+
- Fix issue where redis isn't required (@tomciopp , #466)
12+
13+
Misc:
14+
15+
- Avoid variable_size_secure_compare private method (@eliotsykes, #465)
16+
117
## 2.2.0 (November 11th, 2016)
218

319
**Backwards incompatible!** Redis keys are renamed. Please make sure all running tests are completed before you upgrade, as they will reset.

lib/split/version.rb

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

0 commit comments

Comments
 (0)