Skip to content

Commit 5167faf

Browse files
author
Andrew Nesbitt
committed
Version 0.7.3
1 parent bdf2851 commit 5167faf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.mdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.7.3 (September 16th, 2014)
2+
3+
Features:
4+
5+
- Disable all split tests via a URL parameter (@hwartig, #263)
6+
7+
Bugfixes:
8+
9+
- Correctly escape experiment names on dashboard (@ecaron, #265)
10+
- Handle redis connection exception error properly (@andrew, #245)
11+
112
## 0.7.2 (June 12th, 2014)
213

314
Features:

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 = 0
33
MINOR = 7
4-
PATCH = 2
4+
PATCH = 3
55
VERSION = [MAJOR, MINOR, PATCH].join('.')
66
end

0 commit comments

Comments
 (0)