diff --git a/microsphere-java-parent/pom.xml b/microsphere-java-parent/pom.xml index f19ef28ee..349951402 100644 --- a/microsphere-java-parent/pom.xml +++ b/microsphere-java-parent/pom.xml @@ -19,7 +19,7 @@ Microsphere Java Parent - 0.2.9 + 0.3.0 7.0.8 diff --git a/pom.xml b/pom.xml index d7ac46942..82b8d1310 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.microsphere-projects microsphere-build - 0.3.4 + 0.3.5 io.github.microsphere-projects @@ -51,7 +51,7 @@ - 0.3.10-SNAPSHOT + 0.3.11-SNAPSHOT diff --git a/release-notes.md b/release-notes.md index cd8092bed..e7f903266 100644 --- a/release-notes.md +++ b/release-notes.md @@ -277,4 +277,17 @@ No new features, bug fixes, or documentation updates in this release. **Note:** This release primarily includes dependency updates and build process improvements. -**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.8...0.3.9 \ No newline at end of file +**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.8...0.3.9## v0.3.10 + +# Release Notes - Version 0.3.10 + +## Dependency Updates +- **Bumped** `io.github.microsphere-projects:microsphere-all-bom` to `0.2.9`. ([#289](https://github.com/microsphere-projects/microsphere/issues/289)) + +## Build and Workflow Enhancements +- Merged `main` into `release` branch. [skip ci] +- Merged `release` into `main` branch. [skip ci] + +--- + +**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.9...0.3.10 \ No newline at end of file