Skip to content

Commit ea9c099

Browse files
committed
v2.1.0
1 parent c29b639 commit ea9c099

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.0 (August 8th, 2016)
2+
3+
Features
4+
5+
- Support REDIS_PROVIDER variable used in Heroku (@kartikluke, #426)
6+
17
## 2.0.0 (July 17th, 2016)
28

39
Breaking changes:

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 = 2
4-
MINOR = 0
4+
MINOR = 1
55
PATCH = 0
66
VERSION = [MAJOR, MINOR, PATCH].join('.')
77
end

0 commit comments

Comments
 (0)