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 f88653c commit 504607eCopy full SHA for 504607e
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.3.2 (January 2nd, 2016)
2
+
3
+Bugfixes:
4
5
+- Fix deleting experiments in from the updated dashboard (@craigmcnamara, #352)
6
7
## 1.3.1 (January 1st, 2016)
8
9
Bugfixes:
lib/split/version.rb
@@ -1,6 +1,6 @@
module Split
MAJOR = 1
MINOR = 3
- PATCH = 1
+ PATCH = 2
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments