Skip to content

Commit

Permalink
v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed May 9, 2016
1 parent c0113dc commit c02cb42
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.4.4 (May 9th, 2016)

Bugfixes:

- Increment participation if store override is true and no experiment key exists (@spheric, #380)

Misc:

- Deprecated `finished` method in favour of `ab_finished` (@andreibondarev, #389)
- Added minimum version requirement to simple-random
- Clarify finished with first option being a hash in Readme (@henrik, #382)
- Refactoring the User abstraction (@andreibondarev, #384)

## 1.4.3 (April 28th, 2016)

Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/split/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
module Split
MAJOR = 1
MINOR = 4
PATCH = 3
PATCH = 4
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit c02cb42

Please sign in to comment.