Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gaal committed Feb 22, 2023
1 parent 92b2658 commit bb183b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.0] - 2023-02-22
### Added
- Introduce Laravel 1 support by [@regnerisch](https://github.com/regnerisch)

### Removed
- Laravel-Command-Hooks Dependency by [@regnerisch](https://github.com/regnerisch)

## [5.4.1] - 2023-01-10
### Added
- Preparation for Laravel 10 by [@alexgaal](https://github.com/alexgaal)
Expand Down
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Upgrade Guide

- [Upgrade to 6.x from 5.x](#upgrade-to-6x-from-5x)
- [Upgrade to 5.x from 4.x](#upgrade-to-5x-from-4x)
- [Upgrade to 4.x from 3.x](#upgrade-to-4x-from-3x)

## Upgrade to 6.x from 5.x
Please be aware that we removed `regnerisch/laravel-command-hooks`. If you are using this package, please run `composer require regnerisch/laravel-command-hooks`.

## Upgrade to 5.x from 4.x

You need to replace `regnerisch/laravel-beyond` with `akrillia/laravel-beyond` inside your `composer.json`:
Expand Down

0 comments on commit bb183b3

Please sign in to comment.