From 0919dd05d238ded97a55c4f5b76f57b9c8cbe85f Mon Sep 17 00:00:00 2001 From: freekmurze Date: Thu, 25 Aug 2022 10:56:26 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03104a1..5e935a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to `laravel-csp` will be documented in this file +## 2.8.0 - 2022-08-25 + +### What's Changed + +- Fixing readme issues by @lukeclifton in https://github.com/spatie/laravel-csp/pull/88 +- Update README.md by @melicerte in https://github.com/spatie/laravel-csp/pull/90 +- Update README.md by @melicerte in https://github.com/spatie/laravel-csp/pull/91 +- Rewrite tests to use Pest by @Magiczne in https://github.com/spatie/laravel-csp/pull/92 +- Wrong method name for Vite nonce by @rcerljenko in https://github.com/spatie/laravel-csp/pull/102 +- Adds a new `@cspMetaTag` blade directive by @lukeraymonddowning in https://github.com/spatie/laravel-csp/pull/103 + +### New Contributors + +- @lukeclifton made their first contribution in https://github.com/spatie/laravel-csp/pull/88 +- @melicerte made their first contribution in https://github.com/spatie/laravel-csp/pull/90 +- @Magiczne made their first contribution in https://github.com/spatie/laravel-csp/pull/92 +- @rcerljenko made their first contribution in https://github.com/spatie/laravel-csp/pull/102 +- @lukeraymonddowning made their first contribution in https://github.com/spatie/laravel-csp/pull/103 + +**Full Changelog**: https://github.com/spatie/laravel-csp/compare/2.7.0...2.8.0 + ## 2.7.0 - 2022-01-13 - support Laravel 9