Skip to content

Commit 0703769

Browse files
committed
develop/v0.2.0: Updated teh changelog
1 parent f7b8063 commit 0703769

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v0.2-beta `2025-06-17`
2+
3+
First Beta release of the package. 🥳
4+
5+
### Added
6+
7+
- Laravel 11 support.
8+
- Improved encryption key rotation command.
9+
- Configurable encryption cipher via config file.
10+
- Automatic casting of encrypted attributes.
11+
- Expanded test coverage for edge cases.
12+
13+
### Fixed
14+
15+
- Resolved issues with model event listeners not triggering on encrypted attributes.
16+
- Fixed bug with database connection selection during encryption.
17+
18+
### Changed
19+
20+
- Updated documentation for new features and configuration options.
21+
- Refactored encryption trait for better performance and maintainability.
22+
123
## v0.1.0-alpha `2025-06-14`
224

325
Initial Alpha release. The package is functional, with documentation and unit tests included.

0 commit comments

Comments
 (0)