From 9f9efcbbfbf2541f9547c73045ee637e97244c55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:59:09 +0100 Subject: [PATCH] chore(main): release 1.1.0 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..2601677 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fac038..3f4ff41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/EcomDev/testcontainer-magento-data-php/compare/v1.0.0...v1.1.0) (2025-01-11) + + +### Features + +* add PHP 8.2 support ([fef64f7](https://github.com/EcomDev/testcontainer-magento-data-php/commit/fef64f7ca0c6590767f300617164b2ebbd72e4dd)) + ## 1.0.0 (2025-01-07)