diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c07c2..cc6aec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2022-02-08 + +### Added +- 实现忘记密码功能 + +### Fixed +- 修复一处css路径错误 +- 修复几处语法错误 +- 修复几处注释错误 +- 修复了一处异步处理的问题 + ## [0.6.1] - 2021-08-19 ### Added @@ -58,3 +69,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.5.1]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.5.1 [0.6.0]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.6.0 [0.6.1]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.6.1 +[0.7.0]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.7.0 diff --git a/README.md b/README.md index e91bced..0906b93 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ GHAuth ## 暂未实现 * 站点的可视化设置 * 玩家名称修改 -* 忘记密码/修改邮箱功能 +* 修改邮箱功能 * FIDO支持 ## 环境 diff --git a/package.json b/package.json index df7ce6f..b93a0c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghauth", - "version": "0.6.0", + "version": "0.7.0", "description": "轻量的MC服务器yggdrasil验证", "main": "app.js", "author": "戴兜(daidr@daidr.me)",