diff --git a/CHANGES.md b/CHANGES.md index 777f12a377d..428e0b88337 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,18 +2,10 @@ Changes by Version ================== Release Notes. -Apollo 2.3.0 +Apollo 2.4.0 ------------------ -* [Fix circular references on LdapAutoConfiguration](https://github.com/apolloconfig/apollo/pull/5055) -* [Add comment for clusters and UI display](https://github.com/apolloconfig/apollo/pull/5072) -* [Fix the issue that the length of private namespaces are mis-calculated](https://github.com/apolloconfig/apollo/pull/5078) -* [apollo assembly optimization](https://github.com/apolloconfig/apollo/pull/5035) -* [update the config item table column width](https://github.com/apolloconfig/apollo/pull/5131) -* [sync apollo portal server config to apollo quick start server](https://github.com/apolloconfig/apollo/pull/5134) -* [Fix the role permission deletion issue when appid contains '_'](https://github.com/apolloconfig/apollo/pull/5150) -* [fix: -XX:HeapDumpPath doesn't ready when meet OOM](https://github.com/apolloconfig/apollo/pull/5157) -* [Fix the error occurred when using configuration retention feature](https://github.com/apolloconfig/apollo/pull/5162) +* [Update the server config link in system info page](https://github.com/apolloconfig/apollo/pull/5204) ------------------ -All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/14?closed=1) +All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/15?closed=1) diff --git a/apollo-portal/src/main/resources/static/system_info.html b/apollo-portal/src/main/resources/static/system_info.html index dc86219e8a1..67da11e1be1 100644 --- a/apollo-portal/src/main/resources/static/system_info.html +++ b/apollo-portal/src/main/resources/static/system_info.html @@ -43,7 +43,7 @@

{{'SystemInfo.Title' | translate }}

{{'SystemInfo.SystemVersion' | translate }}: {{systemInfo.version}}
-
diff --git a/changes/changes-2.3.0.md b/changes/changes-2.3.0.md new file mode 100644 index 00000000000..777f12a377d --- /dev/null +++ b/changes/changes-2.3.0.md @@ -0,0 +1,19 @@ +Changes by Version +================== +Release Notes. + +Apollo 2.3.0 + +------------------ +* [Fix circular references on LdapAutoConfiguration](https://github.com/apolloconfig/apollo/pull/5055) +* [Add comment for clusters and UI display](https://github.com/apolloconfig/apollo/pull/5072) +* [Fix the issue that the length of private namespaces are mis-calculated](https://github.com/apolloconfig/apollo/pull/5078) +* [apollo assembly optimization](https://github.com/apolloconfig/apollo/pull/5035) +* [update the config item table column width](https://github.com/apolloconfig/apollo/pull/5131) +* [sync apollo portal server config to apollo quick start server](https://github.com/apolloconfig/apollo/pull/5134) +* [Fix the role permission deletion issue when appid contains '_'](https://github.com/apolloconfig/apollo/pull/5150) +* [fix: -XX:HeapDumpPath doesn't ready when meet OOM](https://github.com/apolloconfig/apollo/pull/5157) +* [Fix the error occurred when using configuration retention feature](https://github.com/apolloconfig/apollo/pull/5162) + +------------------ +All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/14?closed=1) diff --git a/pom.xml b/pom.xml index 823725fbf47..7ffab97f930 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ - 2.3.0 + 2.4.0-SNAPSHOT 1.8 UTF-8 2.2.0