From 2db324f33ef34ba3e3ed9c62bcc07d095407b099 Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Thu, 28 Apr 2016 07:48:33 +0100 Subject: [PATCH] v1.4.3 --- CHANGELOG.md | 14 ++++++++++++++ lib/split/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f7ffb3..09877936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 1.4.3 (April 28th, 2016) + +Features: + +- add on_trial callback whenever a trial is started (@mtyeh411, #375) + +Bugfixes: + +- Allow algorithm configuration at experiment level (@007sumit, #376) + +Misc: + +- only choose override if it exists as valid alternative (@spheric, #377) + ## 1.4.2 (April 25th, 2016) Misc: diff --git a/lib/split/version.rb b/lib/split/version.rb index e3fa0c2b..02f6c7cf 100644 --- a/lib/split/version.rb +++ b/lib/split/version.rb @@ -2,6 +2,6 @@ module Split MAJOR = 1 MINOR = 4 - PATCH = 2 + PATCH = 3 VERSION = [MAJOR, MINOR, PATCH].join('.') end