Skip to content

Commit 7c4cc28

Browse files
authored
Merge pull request #1 from Rene-Roscher/release-please--branches--main--components--laravel-node-encryption
chore(main): release 1.0.0
2 parents fe04b8f + bcb7835 commit 7c4cc28

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.0.0 (2025-09-24)
6+
7+
8+
### Features
9+
10+
* add Laravel 12 support and fix Laravel 7 compatibility ([2cb65ca](https://github.com/Rene-Roscher/laravel-node-encryption/commit/2cb65ca5f2ed7398c2ffa51d05e9334cbe2c1964))
11+
* comprehensive bidirectional encryption tests for all data types ([4823c38](https://github.com/Rene-Roscher/laravel-node-encryption/commit/4823c38f4dddcaf8f217e9a5dff667066b2eeac5))
12+
* extend support to Laravel 7, 8, and 9 ([0245a66](https://github.com/Rene-Roscher/laravel-node-encryption/commit/0245a6617f2d267e6e67f86cc27eedda56d86584))
13+
14+
15+
### Bug Fixes
16+
17+
* correct Laravel version syntax in CI ([623142c](https://github.com/Rene-Roscher/laravel-node-encryption/commit/623142cf4609d25df9ea9ddc2cc5d389e959f406))
18+
* handle ESM modules in Laravel 11 tests ([4e49b21](https://github.com/Rene-Roscher/laravel-node-encryption/commit/4e49b21b5524fbf1222acb64f3b4de3039bb810e))
19+
* remove Laravel 7 support due to compatibility issues ([fe04b8f](https://github.com/Rene-Roscher/laravel-node-encryption/commit/fe04b8fa8c0149144a54f4797302d1fe15ffaba8))
20+
521
## [1.0.0] - 2024-01-24
622

723
### Added
@@ -24,4 +40,4 @@ All notable changes to this project will be documented in this file.
2440
### Tested With
2541
- Node.js 16.x, 18.x, 20.x
2642
- Laravel 8.x, 9.x, 10.x, 11.x
27-
- Windows, macOS, Linux
43+
- Windows, macOS, Linux

0 commit comments

Comments
 (0)