From ff3e52f45263abfd3a2a91e388c4b8b8d3928777 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Thu, 19 Feb 2026 16:26:24 +0800 Subject: [PATCH] chore: bump version to 2.6.0-SNAPSHOT --- CHANGES.md | 11 +++-------- changes/changes-2.5.0.md | 17 +++++++++++++++++ pom.xml | 2 +- 3 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 changes/changes-2.5.0.md diff --git a/CHANGES.md b/CHANGES.md index 26b56795..737a4b00 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,16 +2,11 @@ Changes by Version ================== Release Notes. -Apollo Java 2.5.0 +Apollo Java 2.6.0 ------------------ -* [Feature Provide a new open APl to return the organization list](https://github.com/apolloconfig/apollo-java/pull/102) -* [Feature Added a new feature to get instance count by namespace.](https://github.com/apolloconfig/apollo-java/pull/103) -* [Feature Support retry in open api client.](https://github.com/apolloconfig/apollo-java/pull/105) -* [Support Spring Boot 4.0 bootstrap context package relocation for apollo-client-config-data](https://github.com/apolloconfig/apollo-java/pull/115) -* [Fix change listener de-duplication by identity to avoid stale property names cache in Spring Cloud bootstrap dual-context initialization](https://github.com/apolloconfig/apollo-java/pull/121) -* [Test Overhaul automated compatibility coverage across API/Spring/Spring Boot scenarios](https://github.com/apolloconfig/apollo-java/pull/123) +* ------------------ -All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/5?closed=1) +All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/6?closed=1) diff --git a/changes/changes-2.5.0.md b/changes/changes-2.5.0.md new file mode 100644 index 00000000..26b56795 --- /dev/null +++ b/changes/changes-2.5.0.md @@ -0,0 +1,17 @@ +Changes by Version +================== +Release Notes. + +Apollo Java 2.5.0 + +------------------ + +* [Feature Provide a new open APl to return the organization list](https://github.com/apolloconfig/apollo-java/pull/102) +* [Feature Added a new feature to get instance count by namespace.](https://github.com/apolloconfig/apollo-java/pull/103) +* [Feature Support retry in open api client.](https://github.com/apolloconfig/apollo-java/pull/105) +* [Support Spring Boot 4.0 bootstrap context package relocation for apollo-client-config-data](https://github.com/apolloconfig/apollo-java/pull/115) +* [Fix change listener de-duplication by identity to avoid stale property names cache in Spring Cloud bootstrap dual-context initialization](https://github.com/apolloconfig/apollo-java/pull/121) +* [Test Overhaul automated compatibility coverage across API/Spring/Spring Boot scenarios](https://github.com/apolloconfig/apollo-java/pull/123) + +------------------ +All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/5?closed=1) diff --git a/pom.xml b/pom.xml index 0c35c8a5..69b50c38 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ - 2.5.0 + 2.6.0-SNAPSHOT 1.8 UTF-8 2.7.18