Skip to content

Commit 9f44c77

Browse files
committed
v2.0.0
1 parent ab0aef8 commit 9f44c77

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 1.7.0 (June 28th, 2016)
29

310
Features:

lib/split/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22
module Split
3-
MAJOR = 1
4-
MINOR = 7
3+
MAJOR = 2
4+
MINOR = 0
55
PATCH = 0
66
VERSION = [MAJOR, MINOR, PATCH].join('.')
77
end

0 commit comments

Comments
 (0)