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 ab0aef8 commit 9f44c77Copy full SHA for 9f44c77
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2.0.0 (July 17th, 2016)
2
+
3
+Breaking changes:
4
5
+- Removed deprecated `finished` and `begin_experiment` methods
6
+- Namespaced override param to avoid potential clashes (@henrik, #398)
7
8
## 1.7.0 (June 28th, 2016)
9
10
Features:
lib/split/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Split
- MAJOR = 1
- MINOR = 7
+ MAJOR = 2
+ MINOR = 0
PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments