From bcb783500e3a7554196fb0e5f9c5fd4deb9b8ce2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 03:46:00 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9030d7..4734638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## 1.0.0 (2025-09-24) + + +### Features + +* add Laravel 12 support and fix Laravel 7 compatibility ([2cb65ca](https://github.com/Rene-Roscher/laravel-node-encryption/commit/2cb65ca5f2ed7398c2ffa51d05e9334cbe2c1964)) +* comprehensive bidirectional encryption tests for all data types ([4823c38](https://github.com/Rene-Roscher/laravel-node-encryption/commit/4823c38f4dddcaf8f217e9a5dff667066b2eeac5)) +* extend support to Laravel 7, 8, and 9 ([0245a66](https://github.com/Rene-Roscher/laravel-node-encryption/commit/0245a6617f2d267e6e67f86cc27eedda56d86584)) + + +### Bug Fixes + +* correct Laravel version syntax in CI ([623142c](https://github.com/Rene-Roscher/laravel-node-encryption/commit/623142cf4609d25df9ea9ddc2cc5d389e959f406)) +* handle ESM modules in Laravel 11 tests ([4e49b21](https://github.com/Rene-Roscher/laravel-node-encryption/commit/4e49b21b5524fbf1222acb64f3b4de3039bb810e)) +* remove Laravel 7 support due to compatibility issues ([fe04b8f](https://github.com/Rene-Roscher/laravel-node-encryption/commit/fe04b8fa8c0149144a54f4797302d1fe15ffaba8)) + ## [1.0.0] - 2024-01-24 ### Added @@ -24,4 +40,4 @@ All notable changes to this project will be documented in this file. ### Tested With - Node.js 16.x, 18.x, 20.x - Laravel 8.x, 9.x, 10.x, 11.x -- Windows, macOS, Linux \ No newline at end of file +- Windows, macOS, Linux