From 55f33c952e4dbcec36b519658036d1f0aa5bcb97 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Mon, 6 Jun 2022 00:03:42 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1acc99..d85ad91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `laravel-sitemap` will be documented in this file +## 6.1.1 - 2022-06-06 + +### What's Changed + +- remove gap in sitemapIndex output by @Flowdawan in https://github.com/spatie/laravel-sitemap/pull/449 + +### New Contributors + +- @Flowdawan made their first contribution in https://github.com/spatie/laravel-sitemap/pull/449 + +**Full Changelog**: https://github.com/spatie/laravel-sitemap/compare/6.1.0...6.1.1 + ## 6.1.0 - 2022-01-14 - allow Laravel 9