Skip to content

Commit

Permalink
release v1.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Aug 30, 2023
1 parent 5919894 commit 095af8b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- v1.5.21(2023-08-30)
- 修复 .kr域名的信息查询
- 优化 证书申请域名验证通过后自动加入到证书监控列表
- fix #52 证书列表同域名不同端口无法添加
- fix #53 register 接口从白名单移除
- 完善文档
- 完善文档
- 完善文档
- 完善文档
- 完善文档

- v1.5.20(2023-08-25)
- 优化:企业微信、飞书、钉钉通知支持模板变量
- 优化前端UI显示,将ssl证书申请移动到左侧菜单栏
Expand Down
2 changes: 1 addition & 1 deletion domain_admin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"""
from __future__ import print_function, unicode_literals, absolute_import, division

VERSION = '1.5.20'
VERSION = '1.5.21'

0 comments on commit 095af8b

Please sign in to comment.