From 27a621588f2ad26d1b6a6ab9c76d47fff0967a34 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Wed, 18 Oct 2023 14:38:43 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb899b..9452d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to `laravel-sitemap` will be documented in this file +## 6.4.0 - 2023-10-18 + +### What's Changed + +- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/513 +- Fix `lastmod` tests by @bakerkretzmar in https://github.com/spatie/laravel-sitemap/pull/516 +- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/518 +- Add video tags as separate list by @Briareos17 in https://github.com/spatie/laravel-sitemap/pull/525 +- Allow priority value of `0` by @bakerkretzmar in https://github.com/spatie/laravel-sitemap/pull/517 +- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/spatie/laravel-sitemap/pull/523 +- Add Google News support by @Briareos17 in https://github.com/spatie/laravel-sitemap/pull/526 + +### New Contributors + +- @bakerkretzmar made their first contribution in https://github.com/spatie/laravel-sitemap/pull/516 +- @Briareos17 made their first contribution in https://github.com/spatie/laravel-sitemap/pull/525 + +**Full Changelog**: https://github.com/spatie/laravel-sitemap/compare/6.3.1...6.4.0 + ## 6.3.1 - 2023-06-27 ### What's Changed