diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb786c6e..bc4541bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## [v1.1.2](https://github.com/Charles7c/continew-admin/compare/v1.1.1...v1.1.2) (2023-09-24)
+
+### 💎 功能优化
+
+- 优化后端程序启动成功输出内容 ([6322859](https://github.com/Charles7c/continew-admin/commit/63228598d9fcd6e5d00172c12418a371d4c96766))
+- 配置子级菜单图标 ([5544836](https://github.com/Charles7c/continew-admin/commit/55448364a39085debb776463f5e95a15b186c447))
+
+### 🐛 问题修复
+
+- 修复生产环境和开发环境样式不一致的问题 ([be8732d](https://github.com/Charles7c/continew-admin/commit/be8732d812e021631864b0ff6225b4da24cafcee))
+- 排除路径配置放开 /error ([0428fe7](https://github.com/Charles7c/continew-admin/commit/0428fe776224afb64601901cef4d3100e5d30bd6))
+- 修复初始数据缺失字段列表的问题 ([d5138e1](https://github.com/Charles7c/continew-admin/commit/d5138e1e43bdc8b347e061890131ac2646b2dd3c))
+- 修复系统日志表索引缺失导致查询耗时较长的问题 ([ac43833](https://github.com/Charles7c/continew-admin/commit/ac438337219f5a160d49b255805774da36ab865c))
+- 修复部分菜单数据 component 信息配置错误 ([11ea072](https://github.com/Charles7c/continew-admin/commit/11ea072d600f24fe97fe8145208e821712b84839))
+- 修复图标 SVG 内容格式错误 ([20f1e8a](https://github.com/Charles7c/continew-admin/commit/20f1e8aecc737b28ab869d363957513d868b4ab7))
+
## [v1.1.1](https://github.com/Charles7c/continew-admin/compare/v1.1.0...v1.1.1) (2023-09-06)
### 💎 功能优化
diff --git a/README.md b/README.md
index bf597b2c..d030515f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
-
+
diff --git a/continew-admin-ui/package.json b/continew-admin-ui/package.json
index a557b6ec..53b4d380 100644
--- a/continew-admin-ui/package.json
+++ b/continew-admin-ui/package.json
@@ -1,7 +1,7 @@
{
"name": "continew-admin-ui",
"description": "ContiNew Admin 中后台管理框架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。",
- "version": "1.1.1",
+ "version": "1.1.2",
"private": true,
"author": "Charles7c",
"license": "Apache-2.0",
diff --git a/continew-admin-ui/src/components/footer/index.vue b/continew-admin-ui/src/components/footer/index.vue
index 30d0d1e0..40d6bfe0 100644
--- a/continew-admin-ui/src/components/footer/index.vue
+++ b/continew-admin-ui/src/components/footer/index.vue
@@ -14,7 +14,7 @@
target="_blank"
rel="noopener"
>{{ $t('title') }} v1.1.1
+ > v1.1.2
⋅
津ICP备2022005864号-2
diff --git a/continew-admin-webapi/src/main/resources/application.yml b/continew-admin-webapi/src/main/resources/application.yml
index 175b4867..1e687b34 100644
--- a/continew-admin-webapi/src/main/resources/application.yml
+++ b/continew-admin-webapi/src/main/resources/application.yml
@@ -5,7 +5,7 @@ project:
# 应用名称
appName: continew-admin
# 版本
- version: 1.1.1
+ version: 1.1.2
# 描述
description: ContiNew Admin 中后台管理框架/脚手架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。
# URL
diff --git a/pom.xml b/pom.xml
index 05b9a1f6..86dfded4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@ limitations under the License.
5.8.16
- 1.1.1
+ 1.1.2
1.8
2.28.0
8