diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 32382d00fbb86b3c765fc91c6b70e3cf84ae3c32..ccecbd7aa8e5b0fdaf8ade51127e24815453fab4 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,8 +1,9 @@ -## v1.0.6 (2021-10-**) +## v1.0.6 (2021-11-02) - feat: 正式支持 LDAP 用户登录认证 -- feat: 重构发布快照流水线。 (Github PR [#15](https://github.com/fujieid/jap/pull/15)) -- feat: 修复文案的错误,统一配置类中的时间类型。 (Github PR [#16](https://github.com/fujieid/jap/pull/16)) +- fix: 重构发布快照流水线。 (Github PR [#15](https://github.com/fujieid/jap/pull/15)) +- fix: Github PR [#16](https://github.com/fujieid/jap/pull/16) +- fix: Gitee Issue [#I4FGZ1](https://gitee.com/fujieid/jap/issues/I4FGZ1) - change: 修改 JapUserService 接口中的 createAndGetHttpApiUser 方法名使其更符合语义。 (Github PR [#13](https://github.com/fujieid/jap/pull/13)) - change: 为 `AbstractJapStrategy` 的子类增加构造函数,支持自定义 `JapUserStore` - change: [jap-ids] 将 AccessToken 中的 LocalDateTime 改为 Date @@ -12,8 +13,9 @@ ---- - feat: Support LDAP user login authentication. -- feat: fix PR bug and refactory publish snapshot. (Github PR [#15](https://github.com/fujieid/jap/pull/15)) -- feat: fix the copywriting error and unify the time type in the configuration class. (Github PR [#16](https://github.com/fujieid/jap/pull/16)) +- fix: Github PR [#15](https://github.com/fujieid/jap/pull/15) +- fix: Github PR [#16](https://github.com/fujieid/jap/pull/16) +- fix: Gitee Issue [#I4FGZ1](https://gitee.com/fujieid/jap/issues/I4FGZ1) - change: optimize JapUserService interface to fix jap-http-api module. (Github PR [#13](https://github.com/fujieid/jap/pull/13)) - change: Add a constructor for subclasses of `AbstractJapStrategy`, support custom `JapUserStore` - change: [jap-ids] Change the LocalDateTime in AccessToken to Date