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 c29b639 commit ea9c099Copy full SHA for ea9c099
CHANGELOG.md
@@ -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
7
## 2.0.0 (July 17th, 2016)
8
9
Breaking changes:
lib/split/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Split
MAJOR = 2
- MINOR = 0
+ MINOR = 1
PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments