Skip to content

Commit

Permalink
v1.6.0: SSL (rediss://) support and RuboCop autocorrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scott committed Oct 5, 2018
1 parent 614d79c commit 61b9932
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## 1.6.0

Breaking Changes

* None

Added

* [SSL/TLS Support with the rediss:// URI scheme](https://github.com/redis-store/redis-store/pull/306)
* [Use Code Style Guide For New Contributions](https://github.com/redis-store/redis-store/pull/309)

Fixed

* None

## 1.5.0

Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/store/version.rb
@@ -1,5 +1,5 @@
class Redis
class Store < self
VERSION = '1.5.0'
VERSION = '1.6.0'
end
end

0 comments on commit 61b9932

Please sign in to comment.