Skip to content

Commit 15fe41d

Browse files
committed
v3.1.0
1 parent ccff6dc commit 15fe41d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
## 3.0.0 (March 30th, 2017)
222

323
Features:

lib/split/version.rb

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

0 commit comments

Comments
 (0)