From 2a1e19048f95c0e4adb2b2733f9119e49c4fc09f Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Fri, 27 Oct 2023 06:59:02 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ae5ea1..de73562b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/inertiajs/inertia-laravel/compare/v0.6.10...master) +## [Unreleased](https://github.com/inertiajs/inertia-laravel/compare/v0.6.11...master) + +- Nothing! + +## [v0.6.11](https://github.com/inertiajs/inertia-laravel/compare/v0.6.10...v0.6.11) - 2023-09-13 - Add option for using the `bun` runtime in SSR ([#552](https://github.com/inertiajs/inertia-laravel/pull/552))