From f59e7b3f2349d6aa35bb0701c9441b9d1c991200 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:45:59 +0000 Subject: [PATCH 1/2] chore(main): release 0.10.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b5ba1..cf65937 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.10.0](https://github.com/strata/data/compare/v0.9.0...v0.10.0) (2026-06-09) + + +### Features + +* Support Symfony 8 ([c7a8468](https://github.com/strata/data/commit/c7a84683568f2301c789848c4b171b84a567c76f)) + ## [0.9.0](https://github.com/strata/data/compare/v0.8.2...v0.9.0) (2024-06-24) ### Features From ccd6ff5510012852f1f5ca683cde5868f2939458 Mon Sep 17 00:00:00 2001 From: Simon R Jones Date: Tue, 9 Jun 2026 11:48:49 +0100 Subject: [PATCH 2/2] Point to correct commit for changes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf65937..0283cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Features -* Support Symfony 8 ([c7a8468](https://github.com/strata/data/commit/c7a84683568f2301c789848c4b171b84a567c76f)) +* Support Symfony 8 ([127b939](https://github.com/strata/data/commit/127b939cbdb4dd45a813a2ecbe1c964483a8fa85)) ## [0.9.0](https://github.com/strata/data/compare/v0.8.2...v0.9.0) (2024-06-24)