Skip to content

Commit bffe0ab

Browse files
committed
updated changelog
1 parent 338b85a commit bffe0ab

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,17 @@ All notable changes to `laravel-secure-random-number-generator` will be document
2929
## 1.0.0 - 2024-03-17
3030

3131
- Added support for Laravel 11
32+
33+
## 1.1.0 - 2025-03-03
34+
35+
- Added support for Laravel 12
36+
- Added these new methods:
37+
- `generateBatch`
38+
- `generateFormatted`
39+
- `generateWithPattern`
40+
- `uniqueIn`
41+
- `generateBatchFormatted`
42+
- `generateBatchWithPattern`
43+
- `min`
44+
- `max`
45+
- Added new trait

tests/SecureRandomNumberGeneratorTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
declare(strict_types=1);
44

55
use CreativeCrafts\SecureRandomNumberGenerator\SecureRandomNumberGenerator;
6-
use Illuminate\Support\Facades\Config;
76
use Illuminate\Support\Facades\DB;
87

98
it('can generate a secure random number', function () {

0 commit comments

Comments
 (0)