From 0817fcbfdd74cf8e06152cda1b7617fd55162b68 Mon Sep 17 00:00:00 2001 From: stevebauman Date: Thu, 30 May 2024 13:40:34 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb1dce..305a4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `global-ray` will be documented in this file. +## 1.1.1 - 2024-05-30 + +### What's Changed + +* Allow Symfony 7.x by @thecaliskan in https://github.com/spatie/global-ray/pull/46 +* fix: on macOS if Herd is installed, adjust the valet config file path accordingly by @wkhayrattee in https://github.com/spatie/global-ray/pull/51 + +### New Contributors + +* @thecaliskan made their first contribution in https://github.com/spatie/global-ray/pull/46 +* @wkhayrattee made their first contribution in https://github.com/spatie/global-ray/pull/51 + +**Full Changelog**: https://github.com/spatie/global-ray/compare/1.1.0...1.1.1 + ## 1.1.0 - 2023-12-11 - support PHP 8.3