Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dewski committed Nov 11, 2016
1 parent aeed4d0 commit 949c01d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
# 1.1.0

- Query count and Query time are now threadsafe.

# 1.2.0

- Use prepend over chaining in Redis::Client - [#4](https://github.com/peek/peek-redis/pull/4) by @ys
2 changes: 1 addition & 1 deletion lib/peek-redis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Peek
module Redis
VERSION = '1.1.0'
VERSION = '1.2.0'
end
end

0 comments on commit 949c01d

Please sign in to comment.