Skip to content

Commit

Permalink
Version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nesbitt committed Sep 16, 2014
1 parent bdf2851 commit 5167faf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.7.3 (September 16th, 2014)

Features:

- Disable all split tests via a URL parameter (@hwartig, #263)

Bugfixes:

- Correctly escape experiment names on dashboard (@ecaron, #265)
- Handle redis connection exception error properly (@andrew, #245)

## 0.7.2 (June 12th, 2014)

Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/split/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Split
MAJOR = 0
MINOR = 7
PATCH = 2
PATCH = 3
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit 5167faf

Please sign in to comment.