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 6e11e0e commit adb1850Copy full SHA for adb1850
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.7.0 (June 28th, 2016)
2
+
3
+Features:
4
5
+- Running concurrent experiments on same endpoint/view (@karmakaze, #421)
6
7
## 1.6.0 (June 16th, 2016)
8
9
Features:
lib/split/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Split
MAJOR = 1
- MINOR = 6
+ MINOR = 7
PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments