From 36730d13b1dab9017069004fd458b3e67449a326 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Wed, 12 Jun 2024 21:25:09 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04be7b55..d2b6ae3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/inertiajs/inertia-laravel/compare/v1.2.0...1.x) +## [Unreleased](https://github.com/inertiajs/inertia-laravel/compare/v1.3.0...1.x) + +- Nothing yet! + +## [v1.3.0](https://github.com/inertiajs/inertia-laravel/compare/v1.2.0...v1.3.0) - 2024-06-12 - Add "always" props using new `Inertia::always()` wrapper ([#627](https://github.com/inertiajs/inertia-laravel/pull/627)) - Revert dot-notation support in partial reloads ([#641](https://github.com/inertiajs/inertia-laravel/pull/641))