Skip to content

Commit ea8c0a9

Browse files
committed
v1.6.0
1 parent 735015c commit ea8c0a9

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+
## 1.6.0 (June 16th, 2016)
2+
3+
Features:
4+
5+
- Add Dual Redis(logged-in)/cookie(logged-out) persistence adapter (@karmakaze, #420)
6+
17
## 1.5.0 (June 8th, 2016)
28

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

0 commit comments

Comments
 (0)