Skip to content

Commit

Permalink
🚔 [V1.4.0] 2019.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
springboot-plus committed Oct 29, 2019
1 parent 208e3c2 commit 4fc64db
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# 更新日志 CHANGELOG

## [V1.4.0] 2019.11.5 🚔
> spring-boot-plus集成用户角色权限部门管理
### ⭐️ New Features
- 两种方式获取验证码
- 用户角色权限部门功能
- 同时生成多张表代码

### ⚡️ Optimization
- 自定义是否启用Shiro权限拦截
- 优化LogAop配置
- 代码生成模板优化,三种生成策略

### 🐞 Bug Fixes
- fix #81 刷新token问题
- fix 获取角色token问题
- fix refreshToken方法和LoginUtil工具类方法问题

### 📔 Documentation

### 🔨 Dependency Upgrades
- Upgrade to `spring-boot` 2.2.0.RELEASE
- Upgrade to `spring-boot-admin` 2.2.0-SNAPSHOT
- Upgrade to `lombok` 1.18.10
- Upgrade to `hutool` 5.0.3
- Upgrade to `mapstruct` 1.3.1.Final


## [V1.3.1-RELEASE] 2019.10.15

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Vx.x.x-RELEASE] xxxx.xx.xx 💻
## [Vx.x.x] xxxx.xx.xx
>
### ⭐️ New Features
Expand Down

0 comments on commit 4fc64db

Please sign in to comment.