Skip to content

Commit 7ac52c1

Browse files
committed
bump 1.6.2
1 parent 42e2272 commit 7ac52c1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@
4343
1.6.1
4444
-----
4545
* [Fix bug: undefined method `select_all_column?' for []:ActiveRecord::Relation] by sishen
46+
47+
1.6.2
48+
-----
49+
* [can disable/enable fetch_by_uinq_key method]
50+
* [Fix Bug: serialized attribute columns marshal issue #11]

lib/second_level_cache/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- encoding : utf-8 -*-
22
module SecondLevelCache
3-
VERSION = "1.6.1"
3+
VERSION = "1.6.2"
44
end

0 commit comments

Comments
 (0)