Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #294 from pacoorozco/release-1.3.0
Browse files Browse the repository at this point in the history
Bump version 1.2.0 -> 1.3.0
  • Loading branch information
pacoorozco authored Mar 11, 2023
2 parents 513cf1d + 441fafd commit 3f3a9d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

## Unreleased

## 1.3.0 - 2023-03-11

> NOTE: This release has **non-backwards compatible** changes. It may include some changes in the database tables.
### Changed
- **Important**: The required minimum version of PHP is v8.1.
- **Important**: This application has been upgraded to [Laravel 10.x](https://laravel.com/docs).
- **Important**: Database schema has been modified in a **non-backwards compatible way**.
- The `password_resets` table renamed to `password_resets_tokens`.
- Test running against a real database instead of memory (SQLite).

### Removed
- Unused `fuitcake/cors` dependency.


## 1.2.0 - 2022-06-13


Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
|
*/

'version' => '1.2.0',
'version' => '1.3.0',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 3f3a9d7

Please sign in to comment.