Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Apr 21, 2016
1 parent b547253 commit 0871647
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.4.1 (April 21st, 2016)

Bugfixes:

- respect manual start configuration after an experiment has been deleted (@mtyeh411, #372)

Misc:

- Introduce goals collection to reduce complexity of Experiment#save (@pakallis, #365)
- Revise specs according to http://betterspecs.org/ (@hkliya, #369)

## 1.4.0 (April 2nd, 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 = 0
PATCH = 1
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit 0871647

Please sign in to comment.