Skip to content

Commit 949c01d

Browse files
committed
Bump version to 1.2.0
/cc @ys @atmos
1 parent aeed4d0 commit 949c01d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
# 1.1.0
1010

1111
- Query count and Query time are now threadsafe.
12+
13+
# 1.2.0
14+
15+
- Use prepend over chaining in Redis::Client - [#4](https://github.com/peek/peek-redis/pull/4) by @ys

lib/peek-redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Peek
22
module Redis
3-
VERSION = '1.1.0'
3+
VERSION = '1.2.0'
44
end
55
end

0 commit comments

Comments
 (0)