We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d1365 commit 8aeb467Copy full SHA for 8aeb467
CHANGELOG.md
@@ -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
12
## 3.1.1 (August 30th, 2017)
13
14
Bugfixes:
lib/split/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Split
MAJOR = 3
- MINOR = 1
- PATCH = 1
+ MINOR = 2
+ PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments