Commit 7c880cf 1 parent 5eb2828 commit 7c880cf Copy full SHA for 7c880cf
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Bearer Auth Changelog
2
2
3
- ## Unreleased
4
- ##### 2025-XX-YY
3
+ ## 1.6.0
4
+ ##### 2025-03-03
5
5
6
6
- Added Laravel 12 support
7
7
- Added PHP 8.4 support
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Now you should see this:
29
29
+----+--------------------+--------+---------+--------------------+-------------------+
30
30
| # | Name | Kind | Version | Id | Namespace |
31
31
+----+--------------------+--------+---------+--------------------+-------------------+
32
- | 1. | Bearer Auth Module | Module | 1.5 .0 | konekt.bearer_auth | Konekt\BearerAuth |
32
+ | 1. | Bearer Auth Module | Module | 1.6 .0 | konekt.bearer_auth | Konekt\BearerAuth |
33
33
+----+--------------------+--------+---------+--------------------+-------------------+
34
34
```
35
35
Original file line number Diff line number Diff line change 2
2
3
3
return [
4
4
'name ' => 'Bearer Auth Module ' ,
5
- 'version ' => '1.5 .0 ' ,
5
+ 'version ' => '1.6 .0 ' ,
6
6
];
You can’t perform that action at this time.
0 commit comments