Commit 0858ede02562688affdeee30ed3d314c47205291

Authored by ci-aliyun
1 parent d5b2b3a9

#chore:修改版本为1.2.2

Showing 2 changed files with 4 additions and 1 deletions
README.md
... ... @@ -27,3 +27,6 @@ spring:
27 27  
28 28 ### v1.2.1
29 29 - 增加了KeyGenerator实现类,实现类中使用className.methodName:params拼接成key
  30 +
  31 +### v1.2.2
  32 +- 增加了对@CacheEvict(allEntries = true)的支持
30 33 \ No newline at end of file
... ...
... ... @@ -6,7 +6,7 @@
6 6  
7 7 <groupId>com.irrigation</groupId>
8 8 <artifactId>common-lib</artifactId>
9   - <version>1.2.1</version>
  9 + <version>1.2.2</version>
10 10  
11 11 <properties>
12 12 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
... ...