From 108310ace93d2ed5440d93a53821ab4f539e8f19 Mon Sep 17 00:00:00 2001 From: "lendabot[bot]" <126705550+lendabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:36:09 +0000 Subject: [PATCH] chore: release 1.3.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 41ea87d7..96f1cd94 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c85ae29..1fc5e521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/Lendable/aggregate/compare/1.2.1...1.3.0) (2026-08-12) + + +### Features + +* Require PHP 8.4 ([#911](https://github.com/Lendable/aggregate/issues/911)) ([7266f7e](https://github.com/Lendable/aggregate/commit/7266f7e74adb210f9035404173ef462fae64831a)) + ## [1.2.1](https://github.com/Lendable/aggregate/compare/1.2.0...1.2.1) (2026-04-27)