Skip to content

Commit c02cb42

Browse files
committed
v1.4.4
1 parent c0113dc commit c02cb42

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
114
## 1.4.3 (April 28th, 2016)
215

316
Features:

lib/split/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
module Split
33
MAJOR = 1
44
MINOR = 4
5-
PATCH = 3
5+
PATCH = 4
66
VERSION = [MAJOR, MINOR, PATCH].join('.')
77
end

0 commit comments

Comments
 (0)