From 7d60f555c6b856033c0d3c13b61b538a0ef9fa89 Mon Sep 17 00:00:00 2001 From: timvandijck Date: Tue, 2 Apr 2024 10:13:34 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f506756..9659c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to `laravel-visit` will be documented in this file. +## Support Laravel 11 - 2024-04-02 + +### What's Changed + +* Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/laravel-visit/pull/15 +* Bump actions/checkout from 3.1.0 to 3.3.0 by @dependabot in https://github.com/spatie/laravel-visit/pull/16 +* Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in https://github.com/spatie/laravel-visit/pull/17 +* Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in https://github.com/spatie/laravel-visit/pull/18 +* Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in https://github.com/spatie/laravel-visit/pull/19 +* Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/spatie/laravel-visit/pull/20 +* Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in https://github.com/spatie/laravel-visit/pull/21 +* Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in https://github.com/spatie/laravel-visit/pull/22 +* Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/laravel-visit/pull/23 +* Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in https://github.com/spatie/laravel-visit/pull/24 + +**Full Changelog**: https://github.com/spatie/laravel-visit/compare/1.0.2...1.1.0 + ## 1.0.2 - 2023-01-25 - support L10