From 93130c71e7ab27362039f341d76fe41bb5b89337 Mon Sep 17 00:00:00 2001 From: GrayBot <120588553+gray-bot@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:47:41 -0400 Subject: [PATCH] chore: release 3.4.0 --- .release-please-manifest.json | 2 +- docs/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ff1c7af..2437b41 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0" + ".": "3.4.0" } \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0b5fa3c..a5cea4f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.4.0](https://github.com/graycoreio/magento2-devcontainer/compare/v3.3.0...v3.4.0) (2026-07-13) + + +### Features + +* allow init to work across semver-major mage-os / mage-os-minimal ([3834446](https://github.com/graycoreio/magento2-devcontainer/commit/383444660c9a36cd13f75d194a806ff39026d331)) + + +### Bug Fixes + +* allow setup-install to proceed when stack mismatches without a tty ([9770413](https://github.com/graycoreio/magento2-devcontainer/commit/97704131666afd0790eaae5148f7d2ea27f48f85)) + ## [3.3.0](https://github.com/graycoreio/magento2-devcontainer/compare/v3.2.0...v3.3.0) (2026-05-31)