Skip to content

Commit

Permalink
Release v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Dec 17, 2023
1 parent 6ac3936 commit bfef9a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 2.x Series

## Unreleased
##### 2023-XX-YY
## 2.8.0
##### 2023-12-17

- Added PHP 8.3 support

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ this to your app's `config/auth.php` file:
| 8.0 | 2.1+ |
| 8.1 | 2.4+ |
| 8.2 | 2.6+ |
| 8.3 | 2.8+ |
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Now you should see this:
+----+--------------------+--------+---------+-------------+-----------------+
| # | Name | Kind | Version | Id | Namespace |
+----+--------------------+--------+---------+-------------+-----------------+
| 1. | Konekt User Module | Module | 2.7.0 | konekt.user | Konekt\User |
| 1. | Konekt User Module | Module | 2.8.0 | konekt.user | Konekt\User |
+----+--------------------+--------+---------+-------------+-----------------+
```

Expand Down
2 changes: 1 addition & 1 deletion src/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

return [
'name' => 'Konekt User Module',
'version' => '2.7.0'
'version' => '2.8.0'
];

0 comments on commit bfef9a5

Please sign in to comment.