Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Apr 2, 2016
1 parent 9a28c3a commit 504734b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.0 (April 2nd, 2016)

Features:

- Added experiment filters to dashboard (@ccallebs, #363, #364)
- Added Contributor Covenant Code of Conduct

## 1.3.2 (January 2nd, 2016)

Bugfixes:
Expand Down
4 changes: 2 additions & 2 deletions lib/split/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Split
MAJOR = 1
MINOR = 3
PATCH = 2
MINOR = 4
PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit 504734b

Please sign in to comment.