We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a28c3a commit 504734bCopy full SHA for 504734b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 1.4.0 (April 2nd, 2016)
2
+
3
+Features:
4
5
+- Added experiment filters to dashboard (@ccallebs, #363, #364)
6
+- Added Contributor Covenant Code of Conduct
7
8
## 1.3.2 (January 2nd, 2016)
9
10
Bugfixes:
lib/split/version.rb
@@ -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 commit comments