From f9b30c735b9a8be38bae4603ff28baecea8f6a84 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Fri, 9 Apr 2021 08:40:10 +0800 Subject: [PATCH] :bookmark: Update version to 1.16.1 --- CHANGELOGS.md | 9 +++++++++ README.en-US.md | 6 +++--- README.md | 6 +++--- bin/version.txt | 2 +- pom.xml | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index c0376f4..2713c80 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,3 +1,12 @@ +## 1.16.1 + +### 2021/4/* + +- 发布 v1.16.1 +- Fix Github issue [#114](https://github.com/justauth/JustAuth/issues/114): 解决企业微信授权后,回调地址中原有的参数丢失的问题 +- Fix Github issue [#82](https://github.com/justauth/JustAuth/issues/82): 抖音平台支持自定义 scope +- Fix Github issue [#92](https://github.com/justauth/JustAuth/issues/92): 增加忽略校验 redirectUri 的配置 + ## 1.16.0 ### 2021/4/7 diff --git a/README.en-US.md b/README.en-US.md index c46186c..b5cfd4e 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -6,7 +6,7 @@

- + @@ -15,7 +15,7 @@ - + @@ -59,7 +59,7 @@ These artifacts are available from Maven Central: me.zhyd.oauth JustAuth - 1.16.0 + 1.16.1 ``` - Using JustAuth diff --git a/README.md b/README.md index a1669a0..6cba37b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

- + @@ -15,7 +15,7 @@ - + @@ -69,7 +69,7 @@ JustAuth 集成了诸如:Github、Gitee、支付宝、新浪微博、微信、 me.zhyd.oauth JustAuth - 1.16.0 + 1.16.1 ``` - 调用api diff --git a/bin/version.txt b/bin/version.txt index 15b989e..41c11ff 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -1.16.0 +1.16.1 diff --git a/pom.xml b/pom.xml index 1c07c46..b9af0e9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.zhyd.oauth JustAuth - 1.16.0 + 1.16.1 JustAuth https://gitee.com/yadong.zhang/JustAuth -- GitLab