From 6341ab2406d7759bc1118d004c69a6c50044f042 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Fri, 16 Aug 2024 09:02:47 +0800 Subject: [PATCH] bump version to 2.4.0-SNAPSHOT --- CHANGES.md | 14 +++----------- changes/changes-2.3.0.md | 19 +++++++++++++++++++ pom.xml | 2 +- 3 files changed, 23 insertions(+), 12 deletions(-) create mode 100644 changes/changes-2.3.0.md diff --git a/CHANGES.md b/CHANGES.md index 777f12a377d..d9d592027e4 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) +* ------------------ -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/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