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

Commit

Permalink
Bump version 1.3.0 -> 1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: pacoorozco <[email protected]>
  • Loading branch information
pacoorozco committed Oct 6, 2023
1 parent e685aba commit 143ff88
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

## Unreleased

## 1.3.1 - 2023-10-06

### Added
- Laravel Sail dependency for development

### Changed
- Rename ProBIND v3 to ProBIND3
- Bump `aglipanci/laravel-pint-action` from 2.1.0 to 2.3.0
- Bump `yajra/laravel-datatables-oracle` from 10.3.1 to 10.7.0
- Bump `laravel/framework` from 10.3.3 to 10.13.0
- Bump `nunomaduro/collision` from 7.1.0 to 7.7.0
- [CI] Bump `mockery/mockery` from 1.5.1 to 1.6.4
- [CI] Bump `laravel/pint` from 1.6.0 to 1.10.0
- [CI] Bump `phpunit/phpunit` from 10.0.15 to 10.2.6
- [CI] Bump `codecov/codecov-action` from 3 to 4
- [CI] Bump `brianium/paratest` from 7.1.0 to 7.2.7

### Removed
- Remove the PHPmyAdmin docker container


## 1.3.0 - 2023-03-11

> NOTE: This release has **non-backwards compatible** changes. It may include some changes in the database tables.
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.3.0',
'version' => '1.3.1',

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

0 comments on commit 143ff88

Please sign in to comment.