From ef1966273c2c899a648d32fd57ee8f9a0238ca22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 05:29:11 +0000 Subject: [PATCH 1/2] chore(main): release 0.9.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 696e0ae..5e0abfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0](https://github.com/strata/symfony-frontend/compare/v0.8.2...v0.9.0) (2024-06-26) + + +### Features + +* testing release GH action ([279b4ec](https://github.com/strata/symfony-frontend/commit/279b4ec8101e7921a7c5688e0171d47a14c50f9e)) + ## 0.8.0 - 2021-05-04 ### Added From fbf9b82c7f5c6e3827b184daa39da2c974138af0 Mon Sep 17 00:00:00 2001 From: Simon R Jones Date: Wed, 26 Jun 2024 06:30:12 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0abfa..f4409f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.9.0](https://github.com/strata/symfony-frontend/compare/v0.8.2...v0.9.0) (2024-06-26) - ### Features -* testing release GH action ([279b4ec](https://github.com/strata/symfony-frontend/commit/279b4ec8101e7921a7c5688e0171d47a14c50f9e)) +* Update to PHP 8.1+ +* Support Symfony 6 and 7 ## 0.8.0 - 2021-05-04