diff --git a/CHANGELOG.md b/CHANGELOG.md index cefda02..dce56e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 变更日志 | Change log +### 0.3.6 + +- 文档: 补充说明 `NamingService` 和 `ConfigService` 需要全局的生命周期 +- 优化: 调整 `connection health check` 日志级别为 `warn` + +--- + +- Doc: supplement that `NamingService` and `ConfigService` need a global lifecycle +- Enhance: adjust the log level of `connection health check` to `warn` ### 0.3.5 diff --git a/Cargo.toml b/Cargo.toml index e287547..73675f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "nacos-sdk" -version = "0.3.5" +version = "0.3.6" edition = "2021" authors = ["nacos-group", "CheirshCai <785427346@qq.com>", "onewe <2583021406@qq.com>"] license = "Apache-2.0"