Skip to content

Commit 7c880cf

Browse files
Release v1.6.0
1 parent 5eb2828 commit 7c880cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Bearer Auth Changelog
22

3-
## Unreleased
4-
##### 2025-XX-YY
3+
## 1.6.0
4+
##### 2025-03-03
55

66
- Added Laravel 12 support
77
- Added PHP 8.4 support

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Now you should see this:
2929
+----+--------------------+--------+---------+--------------------+-------------------+
3030
| # | Name | Kind | Version | Id | Namespace |
3131
+----+--------------------+--------+---------+--------------------+-------------------+
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 |
3333
+----+--------------------+--------+---------+--------------------+-------------------+
3434
```
3535

src/resources/manifest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
return [
44
'name' => 'Bearer Auth Module',
5-
'version' => '1.5.0',
5+
'version' => '1.6.0',
66
];

0 commit comments

Comments
 (0)