Skip to content

Commit

Permalink
⬆️ 升级 JustAuth 版本:1.10.1,AuthUser添加构造函数,支持反序列化
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Aug 19, 2019
1 parent 1a4d50b commit 2f6946c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ https://github.com/xkcoding/justauth-spring-boot-starter-demo
<dependency>
<groupId>com.xkcoding</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.xkcoding</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<name>justauth-spring-boot-starter</name>
<url>https://github.com/xkcoding/justauth-spring-boot-starter</url>
Expand Down Expand Up @@ -67,7 +67,7 @@
<!--SpringBoot版本-->
<spring-boot.version>2.1.6.RELEASE</spring-boot.version>
<!--JustAuth版本-->
<justauth.version>1.10.0</justauth.version>
<justauth.version>1.10.1</justauth.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 2f6946c

Please sign in to comment.