Skip to content

Commit 504607e

Browse files
committed
v1.3.2
1 parent f88653c commit 504607e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 1.3.1 (January 1st, 2016)
28

39
Bugfixes:

lib/split/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Split
22
MAJOR = 1
33
MINOR = 3
4-
PATCH = 1
4+
PATCH = 2
55
VERSION = [MAJOR, MINOR, PATCH].join('.')
66
end

0 commit comments

Comments
 (0)