Skip to content

Commit

Permalink
release v1.6.47
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Aug 25, 2024
1 parent 049c0ff commit bebca65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
- v1.6.47(2024-08-25)
- 修复zerossl无法申请的问题
- fix #126
- 版本升级
- fix
- 修改权限策略
- add zerossl
- 优化权限控制

- v1.6.46(2024-07-28)
- 优化:SSH秘钥兼容常见RSA,DSS,ECDSA,Ed5519算法 (#124)
- 完善文档
Expand Down
2 changes: 1 addition & 1 deletion domain_admin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""
from __future__ import print_function, unicode_literals, absolute_import, division

VERSION = '1.6.46'
VERSION = '1.6.47'

0 comments on commit bebca65

Please sign in to comment.