diff --git a/CHANGELOG.md b/CHANGELOG.md index 109035c7a..0ed1235d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## 发行版本 +### v3.1.5 - 2023-10-21 + +- :sparkles: 添加 mica-holidays 模块 +- :sparkles: 完善 mica-http 感谢好友 `@吴天狗` 反馈 +- :sparkles: mica-core RsaUtil 支持分段 gitee #I855S0 感谢 `@桂在坚持` 反馈 +- :sparkles: 升级 gradle wrapper 版本到 8.4 +- :sparkles: 升级 mica-auto 版本 + ### v3.1.3 - 2023-08-27 - :sparkles: 完善 mica-lite 支持 JsonView 和 R 统一封装返回 github #53 感谢 `@yangwenliang123` 反馈。 @@ -59,6 +67,14 @@ - :arrow_up: 升级到 java17 - :arrow_up: 升级到 Spring boot3 +### v2.7.17 - 2023-10-21 + +- :sparkles: 添加 mica-holidays 模块 +- :sparkles: 完善 mica-http 感谢好友 `@吴天狗` 反馈 +- :sparkles: mica-core RsaUtil 支持分段 gitee #I855S0 感谢 `@桂在坚持` 反馈 +- :sparkles: 升级 gradle wrapper 版本到 8.4 +- :sparkles: 升级 mica-auto 版本 + ### v2.7.15 - 2023-08-27 - :sparkles: 完善 mica-lite 支持 JsonView 和 R 统一封装返回 github #53 感谢 `@yangwenliang123` 反馈。 diff --git a/README.md b/README.md index cb06bb1ef..5ae564fce 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ ## 🔖 版本说明 | 最新版本 | mica 版本 | spring boot 版本 | spring cloud 版本 | |----------|------------------|----------------|-----------------| -| 3.1.3 | mica 3.1.x | 3.1.x | 2022 | +| 3.1.5 | mica 3.1.x | 3.1.x | 2022 | | 3.0.8 | mica 3.0.x | 3.0.x | 2022 | -| 2.7.15 | mica 2.7.x | 2.7.x | 2021 | +| 2.7.17 | 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 | diff --git a/README_EN.md b/README_EN.md index 9a44ad4ec..dd3d114e3 100644 --- a/README_EN.md +++ b/README_EN.md @@ -15,9 +15,9 @@ English | [简体中文](README.md) | Latest version | mica version | spring boot version | spring cloud version | |----------------| ---------------- |---------------------|----------------------| -| 3.1.3 | mica 3.1.x | 3.1.x | 2022 | +| 3.1.5 | mica 3.1.x | 3.1.x | 2022 | | 3.0.8 | mica 3.0.x | 3.0.x | 2022 | -| 2.7.15 | mica 2.7.x | 2.7.x | 2021 | +| 2.7.17 | 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 | diff --git a/gradle.properties b/gradle.properties index bce8bc974..2702fb961 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION=3.1.5-SNAPSHOT +VERSION=3.1.5 GROUPID=net.dreamlu org.gradle.caching=true