diff --git a/CHANGELOGS.md b/CHANGELOGS.md
index 0337a19..4287a48 100644
--- a/CHANGELOGS.md
+++ b/CHANGELOGS.md
@@ -1,5 +1,14 @@
## 1.16.6
+### 2024/08/03
+
+- 新增
+ - 添加 appleid 社交登录能力。 [Github #192](https://github.com/justauth/JustAuth/pull/192)
+- Fixed
+- 优化
+
+## 1.16.6
+
### 2023/12/03
- 优化
- 微信公众平台支持返回快照标识(快照标识为 true 时,标识当前获取到的微信用户信息都是虚拟的)
diff --git a/bin/pull.sh b/bin/pull.sh
new file mode 100644
index 0000000..bf5e948
--- /dev/null
+++ b/bin/pull.sh
@@ -0,0 +1 @@
+git pull origin master && git pull github master
diff --git a/bin/version.txt b/bin/version.txt
index de646d2..293bfa8 100644
--- a/bin/version.txt
+++ b/bin/version.txt
@@ -1 +1 @@
-1.16.6
+1.16.7
diff --git a/ja.sh b/ja.sh
index a6653d9..d0f6aba 100644
--- a/ja.sh
+++ b/ja.sh
@@ -18,6 +18,9 @@ case "$1" in
'ppd')
bin/pull-dev.sh
;;
+ 'pp')
+ bin/pull.sh
+ ;;
'pd')
bin/push-dev.sh
;;
diff --git a/pom.xml b/pom.xml
index 561c151..4082e7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
me.zhyd.oauth
JustAuth
- 1.16.6
+ 1.16.7
JustAuth
https://gitee.com/yadong.zhang/JustAuth