Commit e2a93c1 1 parent 44965a8 commit e2a93c1 Copy full SHA for e2a93c1
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
- ##### 2024-XX-YY
3
+ ## 1.5.0
4
+ ##### 2024-03-12
5
5
6
6
- Dropped PHP 8.0 support
7
7
- Dropped Laravel 9 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.4 .0 | konekt.bearer_auth | Konekt\BearerAuth |
32
+ | 1. | Bearer Auth Module | Module | 1.5 .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.4.1 ' ,
5
+ 'version ' => '1.5.0 ' ,
6
6
];
You can’t perform that action at this time.
0 commit comments