Skip to content

Commit 629fb2d

Browse files
committed
v.1.5.0
1 parent 1fed6c7 commit 629fb2d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.5.0 (June 8th, 2016)
2+
3+
Features:
4+
5+
- Add `expire_seconds:` TTL option to RedisAdapter (@karmakaze, #409)
6+
- Optional custom persistence adapter (@ndelage, #411)
7+
8+
Misc:
9+
10+
- Use fakeredis for testing (@andrew, #412)
11+
112
## 1.4.5 (June 7th, 2016)
213

314
Bugfixes:

lib/split/version.rb

Lines changed: 2 additions & 2 deletions
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 = 4
5-
PATCH = 5
4+
MINOR = 5
5+
PATCH = 0
66
VERSION = [MAJOR, MINOR, PATCH].join('.')
77
end

0 commit comments

Comments
 (0)