Skip to content

Commit 95c685b

Browse files
committed
chore: add v0.9.1-alpha release entry to changelog
1 parent 03b48c1 commit 95c685b

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
---
1616

17+
## [0.9.1-alpha] - 2026-03-25
18+
19+
> 🔧 Bug fixes and improvements.
20+
21+
### Fixed
22+
- **CoreMigrateCommand**: Check if audit columns (`created_by`, `updated_by`) are already defined in `columns` config before auto-adding, avoiding duplicate column errors.
23+
- **CoreMigrateCommand**: Fixed foreign key column detection to respect user-defined columns in config.
24+
- **CoreMigrateCommand**: Added `bigint` and `bigintunsigned` type mapping support in column creation.
25+
- **GenericApiController**: Fixed error code validation to properly handle non-integer error codes (defaults to 500).
26+
- **FrameworkCoreServiceProvider**: Excluded `auth` and `health` from generic route patterns to prevent conflicts.
27+
28+
---
29+
1730
## [0.9.0-alpha] - 2026-03-24
1831

1932
> 🚀 Production Readiness & Advanced Security Features.
@@ -228,7 +241,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
228241

229242
---
230243

231-
[Unreleased]: https://github.com/EpOpenLabs/BOUNDLY/compare/v0.3.0-alpha...HEAD
244+
[Unreleased]: https://github.com/EpOpenLabs/BOUNDLY/compare/v0.9.1-alpha...HEAD
245+
[0.9.1-alpha]: https://github.com/EpOpenLabs/BOUNDLY/compare/v0.9.0-alpha...v0.9.1-alpha
232246
[0.3.0-alpha]: https://github.com/EpOpenLabs/BOUNDLY/compare/v0.2.0-alpha...v0.3.0-alpha
233247
[0.2.0-alpha]: https://github.com/EpOpenLabs/BOUNDLY/compare/v0.1.0-alpha...v0.2.0-alpha
234248
[0.1.0-alpha]: https://github.com/EpOpenLabs/BOUNDLY/releases/tag/v0.1.0-alpha

0 commit comments

Comments
 (0)