Skip to content

Commit 8aeb467

Browse files
committed
v3.2.0
1 parent 75d1365 commit 8aeb467

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 3.2.0 (September 21st, 2017)
2+
3+
Features:
4+
5+
- Allow configuration of how often winning alternatives are recalculated (@patbl, #501)
6+
7+
Bugfixes:
8+
9+
- Avoid z_score numeric exception for conversion rates >1 (@cmantas, #503)
10+
- Fix combined experiments (@semanticart, #502)
11+
112
## 3.1.1 (August 30th, 2017)
213

314
Bugfixes:

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
33
MAJOR = 3
4-
MINOR = 1
5-
PATCH = 1
4+
MINOR = 2
5+
PATCH = 0
66
VERSION = [MAJOR, MINOR, PATCH].join('.')
77
end

0 commit comments

Comments
 (0)