Skip to content

Commit

Permalink
version bump to 1.3.2 (and changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie committed Nov 3, 2013
1 parent 46b3d0e commit 016b057
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
## 1.3.2

- Fix #68: Capital commands (e.g. redis.send('GET', 'foo'))
- Fix #67: Nested namespace vs. `eval` command
- Fix #65: Require redis ~> 3.0.4 for upstream bugfix
- Feature: Resque::Namespace::VERSION constant

## 1.3.1

- Fix: (Security) don't proxy `exec` through `#method_missing`
- Fix #62: Don't try to remove namespace from `Redis::Future`
- Fix #61: Support `multi` with no block
- Feature #58: Support `echo`, `exec`, `strlen` commands

## 1.3.0

Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/namespace/version.rb
Expand Up @@ -2,6 +2,6 @@

class Redis
class Namespace
VERSION = '1.3.1'
VERSION = '1.3.2'
end
end

0 comments on commit 016b057

Please sign in to comment.