diff --git a/CHANGELOG.md b/CHANGELOG.md index 26540b2..203dd9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ ## 版本更新记录 +### 【1.0.1】2019-08-19 + +- 升级 `JustAuth` 版本:1.10.1,AuthUser添加构造函数,支持反序列化 + ### 【1.0.0】2019-08-08 -- 升级 `JustAuth` 版本到 1.10.0,支持 `华为登录`、`企业微信登录`,`自定义State缓存` +- 升级 `JustAuth` 版本:1.10.0,支持 `华为登录`、`企业微信登录`,`自定义State缓存` ### 【0.0.2】2019-08-01 diff --git a/README.md b/README.md index 444898c..6b0b539 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ https://github.com/xkcoding/justauth-spring-boot-starter-demo com.xkcoding justauth-spring-boot-starter - 1.0.0 + 1.0.1 ``` diff --git a/pom.xml b/pom.xml index b10a395..18ffc75 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.xkcoding justauth-spring-boot-starter - 1.0.0 + 1.0.1 justauth-spring-boot-starter https://github.com/xkcoding/justauth-spring-boot-starter @@ -67,7 +67,7 @@ 2.1.6.RELEASE - 1.10.0 + 1.10.1