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 c0113dc commit c02cb42Copy full SHA for c02cb42
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+## 1.4.4 (May 9th, 2016)
2
+
3
+Bugfixes:
4
5
+- Increment participation if store override is true and no experiment key exists (@spheric, #380)
6
7
+Misc:
8
9
+- Deprecated `finished` method in favour of `ab_finished` (@andreibondarev, #389)
10
+- Added minimum version requirement to simple-random
11
+- Clarify finished with first option being a hash in Readme (@henrik, #382)
12
+- Refactoring the User abstraction (@andreibondarev, #384)
13
14
## 1.4.3 (April 28th, 2016)
15
16
Features:
lib/split/version.rb
@@ -2,6 +2,6 @@
module Split
MAJOR = 1
MINOR = 4
- PATCH = 3
+ PATCH = 4
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments