Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Aug 8, 2013
1 parent dd80194 commit 79667a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.6.4 (August 8, 2013)

Features:

- Add hooks for experiment deletion and resetting (@craigmcnamara, #198)
- Allow Split::Helper to be used outside of a controller (@nfm, #190)
- Show current Rails/Rack Env in dashboard (@rceee, #187)

Bugfixes:

- Fix whiplash algorithm when using goals (@swrobel, #193)

Misc:

- Refactor dashboard js (@buddhamagnet)

## 0.6.3 (July 8, 2013)

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 = 6
PATCH = 3
PATCH = 4
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit 79667a3

Please sign in to comment.