Skip to content

Commit

Permalink
v.1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jun 8, 2016
1 parent 1fed6c7 commit 629fb2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.5.0 (June 8th, 2016)

Features:

- Add `expire_seconds:` TTL option to RedisAdapter (@karmakaze, #409)
- Optional custom persistence adapter (@ndelage, #411)

Misc:

- Use fakeredis for testing (@andrew, #412)

## 1.4.5 (June 7th, 2016)

Bugfixes:
Expand Down
4 changes: 2 additions & 2 deletions lib/split/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Split
MAJOR = 1
MINOR = 4
PATCH = 5
MINOR = 5
PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit 629fb2d

Please sign in to comment.