Skip to content

Commit e2a93c1

Browse files
Release v1.5.0
1 parent 44965a8 commit e2a93c1

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-
##### 2024-XX-YY
3+
## 1.5.0
4+
##### 2024-03-12
55

66
- Dropped PHP 8.0 support
77
- Dropped Laravel 9 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.4.0 | konekt.bearer_auth | Konekt\BearerAuth |
32+
| 1. | Bearer Auth Module | Module | 1.5.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.4.1',
5+
'version' => '1.5.0',
66
];

0 commit comments

Comments
 (0)