We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2004b0 commit 73416f7Copy full SHA for 73416f7
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 1.2.0 (January 24th, 2015)
2
+
3
+Features
4
5
+ - Configure redis using environment variables if available (@saratovsource , #293)
6
+ - Store metadata on experiment configuration (@dekz, #291)
7
8
+Bugfixes:
9
10
+ - Revert the Trial#complete! public API to support noargs (@dekz, #292)
11
12
## 1.1.0 (January 9th, 2015)
13
14
Features:
lib/split/version.rb
@@ -1,6 +1,6 @@
module Split
MAJOR = 1
- MINOR = 1
+ MINOR = 2
PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments