Skip to content

Commit 7603a7a

Browse files
chore: merge release into main [skip ci]
2 parents ae77745 + 7804ca2 commit 7603a7a

2 files changed

Lines changed: 20 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.18-SNAPSHOT</revision>
54+
<revision>0.2.19-SNAPSHOT</revision>
5555
<java.version>17</java.version>
5656
</properties>
5757

release-notes.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,22 @@ For a detailed list of changes, view the [Full Changelog](https://github.com/mic
156156
- Prepared for the next development cycle by bumping patch version.
157157
- Merged `main` into `release` and vice versa.
158158

159-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.16...0.2.17
159+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.16...0.2.17## v0.2.18
160+
161+
# Release Notes for Version 0.2.18
162+
163+
## Bug Fixes
164+
- Fixed typo in class name: `Disalbed` ➡️ `Disabled`. ([ae77745](https://github.com/microsphere-projects/microsphere-spring-boot/commit/ae77745))
165+
166+
## Documentation
167+
- Updated `README` to reflect new latest versions. ([7b7e666](https://github.com/microsphere-projects/microsphere-spring-boot/commit/7b7e666))
168+
169+
## Dependency Updates
170+
- Bumped `microsphere-spring` version to `0.2.22`. ([07b6ae2](https://github.com/microsphere-projects/microsphere-spring-boot/commit/07b6ae2))
171+
- Updated parent POM version to `0.3.1`. ([89d952a](https://github.com/microsphere-projects/microsphere-spring-boot/commit/89d952a))
172+
173+
## Other Changes
174+
- Various maintenance merges with `main` and `release` branches. ([d7e973f](https://github.com/microsphere-projects/microsphere-spring-boot/commit/d7e973f), [6b4cd0d](https://github.com/microsphere-projects/microsphere-spring-boot/commit/6b4cd0d), [cc36a5f](https://github.com/microsphere-projects/microsphere-spring-boot/commit/cc36a5f), [c809acc](https://github.com/microsphere-projects/microsphere-spring-boot/commit/c809acc))
175+
- Prepared for next patch development following the release of `0.2.17`. ([bb12eb8](https://github.com/microsphere-projects/microsphere-spring-boot/commit/bb12eb8))
176+
177+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.17...0.2.18

0 commit comments

Comments
 (0)