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 ac0774a commit f1edd27Copy full SHA for f1edd27
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.3.1 (January 1st, 2016)
2
+
3
+Bugfixes:
4
5
+- Fix the dashboard for experiments with ‘/‘ in the name. (@craigmcnamara, #349)
6
7
## 1.3.0 (October 20th, 2015)
8
9
Features:
lib/split/version.rb
@@ -1,6 +1,6 @@
module Split
MAJOR = 1
MINOR = 3
- PATCH = 0
+ PATCH = 1
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments