Skip to content

Commit

Permalink
Release v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Jul 16, 2016
1 parent 3fd1b03 commit d75708f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
security updates in June of 2013; continuing to support it would prevent
the use of newer features of Ruby.

# 3.3.1

* Remove usage of Timeout::timeout, refactor into using low level non-blocking writes.
This fixes a memory leak due to Timeout creating threads on each invocation.

# 3.3.0

* Added support for SSL/TLS. Redis doesn't support SSL natively, so you still
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Redis
VERSION = "3.3.0"
VERSION = "3.3.1"
end

0 comments on commit d75708f

Please sign in to comment.