Skip to content

Commit 16412da

Browse files
committed
Update CHANGELOG.md
1 parent ea8f8a5 commit 16412da

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/inertiajs/inertia-laravel/compare/v0.5.4...HEAD)
8+
## [Unreleased](https://github.com/inertiajs/inertia-laravel/compare/v0.6.0...HEAD)
9+
10+
Nothing!
11+
12+
## [v0.6.0](https://github.com/inertiajs/inertia-laravel/compare/v0.5.4...v0.6.0) - 2022-05-10
913

1014
### Added
1115

1216
- Inertia now redirects back by default when no response is returned from a controller ([#350](https://github.com/inertiajs/inertia-laravel/pull/350))
13-
- The Middleware has an overrideable `onEmptyResponse` hook to customize the default 'redirect back' behaviour ([#350](https://github.com/inertiajs/inertia-laravel/pull/350))
17+
- The Middleware has an overridable `onEmptyResponse` hook to customize the default 'redirect back' behavior ([#350](https://github.com/inertiajs/inertia-laravel/pull/350))
1418

1519
### Changed
1620

0 commit comments

Comments
 (0)