From 8e75a88c83e87034cf0694aa43180b46bc5b196e Mon Sep 17 00:00:00 2001 From: GrayBot <120588553+gray-bot@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:01:34 -0400 Subject: [PATCH] chore: release 2.2.0 --- .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 4d7044e..33bf7bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.2"} +{".":"2.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a7733..7af7dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.2.0](https://github.com/graycoreio/magento2-stdlogging/compare/v2.1.2...v2.2.0) (2026-08-06) + + +### Features + +* allow cron background tasks to log ([f9c47f4](https://github.com/graycoreio/magento2-stdlogging/commit/f9c47f4ef7b12e136f802e74a367d6b71e600608)) + ## [2.1.2](https://github.com/graycoreio/magento2-stdlogging/compare/v2.1.1...v2.1.2) (2026-05-18)