Skip to content

Commit

Permalink
🔖 2.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Jul 25, 2023
1 parent 62249ac commit 42b9d86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 发行版本

### v2.7.14 - 2023-07-25
- :sparkles: mica-redis key 支持统一添加前缀和自定义 key 处理
- :sparkles: mica-redis 限流时间使用毫秒数
- :arrow_up: 升级到 Spring boot 2.7.14

### v2.7.13 - 2023-06-24
- :sparkles: mica-ip2region 升级 `ip2region.xdb`
- :sparkles: mica-redis pub、sub 应该使用 `RedisMessageListenerContainer` 进行订阅
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## 🔖 版本说明
| 最新版本 | mica 版本 | spring boot 版本 | spring cloud 版本 |
|----------|------------------|----------------| ----------------- |
| 2.7.13 | mica 2.7.x | 2.7.x | 2021 |
| 2.7.14 | mica 2.7.x | 2.7.x | 2021 |
| 2.6.8 | mica 2.6.x | 2.6.x | 2021 |
| 2.5.8 | mica 2.5.x | 2.5.x | 2020 |
| 2.4.11 | mica 2.4.x | 2.4.x | 2020 |
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ English | [简体中文](README.md)

| Latest version | mica version | spring boot version | spring cloud version |
|----------------| ---------------- |---------------------|----------------------|
| 2.7.13 | mica 2.7.x | 2.7.x | 2021 |
| 2.7.14 | mica 2.7.x | 2.7.x | 2021 |
| 2.6.8 | mica 2.6.x | 2.6.x | 2021 |
| 2.5.8 | mica 2.5.x | 2.5.x | 2020 |
| 2.4.11 | mica 2.4.x | 2.4.x | 2020 |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.7.14-SNAPSHOT
VERSION=2.7.14
GROUPID=net.dreamlu

org.gradle.caching=true
Expand Down

0 comments on commit 42b9d86

Please sign in to comment.