Skip to content

Commit ffb411d

Browse files
chore: merge release into main [skip ci]
2 parents f1d569f + f7850a7 commit ffb411d

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</scm>
5252

5353
<properties>
54-
<revision>0.2.21-SNAPSHOT</revision>
54+
<revision>0.2.22-SNAPSHOT</revision>
5555
<java.version>17</java.version>
5656
</properties>
5757

release-notes.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,30 @@ For a detailed list of changes, view the [Full Changelog](https://github.com/mic
228228

229229
For a complete list of changes, please see the [full changelog](#).
230230

231-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.19...0.2.20
231+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.19...0.2.20## v0.2.21
232+
233+
# Release Notes - Version 0.2.21
234+
235+
## New Features
236+
- **Spring Boot 4.1 Support**:
237+
- Added `spring-boot-4.1` profile to Maven `pom.xml`. ([209e962](https://github.com/commit-id/209e962))
238+
- Updated CI matrix to include `spring-boot-4.1`. ([b29e407](https://github.com/commit-id/b29e407))
239+
- Added Spring Boot `4.0.7` and `4.1` enum entries. ([747dfe4](https://github.com/commit-id/747dfe4))
240+
241+
## Documentation Updates
242+
- Updated README to indicate compatibility with Spring Boot `4.1.x`. ([f1d569f](https://github.com/commit-id/f1d569f))
243+
- Updated README to include the latest version details. ([322634b](https://github.com/commit-id/322634b))
244+
245+
## Dependency Updates
246+
- Bumped `microsphere-spring` version to `0.2.26`. ([580af0a](https://github.com/commit-id/580af0a))
247+
- Upgraded parent project version to `0.3.4`. ([d15cda4](https://github.com/commit-id/d15cda4))
248+
- Updated Spring Boot version dependencies. ([a120113](https://github.com/commit-id/a120113))
249+
250+
## Build and Workflow Enhancements
251+
- Merged `main` branch into `release` branch. ([9368d2d](https://github.com/commit-id/9368d2d), [8169716](https://github.com/commit-id/8169716), [caea46a](https://github.com/commit-id/caea46a), [05ddcde](https://github.com/commit-id/05ddcde), [b35eb66](https://github.com/commit-id/b35eb66), [cedd52f](https://github.com/commit-id/cedd52f))
252+
- Merged `release` branch back into `main`. ([415cb1f](https://github.com/commit-id/415cb1f))
253+
- Bumped version to prepare for `0.2.21`. ([45f9ba9](https://github.com/commit-id/45f9ba9))
254+
255+
---
256+
257+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.20...0.2.21

0 commit comments

Comments
 (0)