File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.1.0 (August 14th, 2017)
2
+
3
+ Features:
4
+
5
+ - Support for combined experiments (@daviddening , #493 )
6
+ - Rewrite CookieAdapter to work with Rack::Request and Rack::Response directly (@andrehjr , #490 )
7
+ - Enumeration of a User's Experiments that Respects the db_failover Option(@MarkRoddy , #487 )
8
+
9
+ Bugfixes:
10
+
11
+ - Blocked a few more common bot user agents (@kylerippey , #485 )
12
+
13
+ Misc:
14
+
15
+ - Repository Audit by Maintainer.io (@RichardLitt , #484 )
16
+ - Update development dependencies
17
+ - Test on ruby 2.4.1
18
+ - Test compatibility with rails 5.1
19
+ - Add uris to metadata section in gemspec
20
+
1
21
## 3.0.0 (March 30th, 2017)
2
22
3
23
Features:
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Split
3
3
MAJOR = 3
4
- MINOR = 0
4
+ MINOR = 1
5
5
PATCH = 0
6
6
VERSION = [ MAJOR , MINOR , PATCH ] . join ( '.' )
7
7
end
You can’t perform that action at this time.
0 commit comments