Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jan 24, 2015
1 parent e2004b0 commit 73416f7
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.2.0 (January 24th, 2015)

Features

- Configure redis using environment variables if available (@saratovsource , #293)
- Store metadata on experiment configuration (@dekz, #291)

Bugfixes:

- Revert the Trial#complete! public API to support noargs (@dekz, #292)

## 1.1.0 (January 9th, 2015)

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

0 comments on commit 73416f7

Please sign in to comment.