From 95e4d15175a09b116cbaa22615f6356953f805d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:02:32 +0000 Subject: [PATCH] chore(master): release 2.2.2 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a10a1..8b4d5b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.2](https://github.com/braze-community/braze-php/compare/v2.2.1...v2.2.2) (2024-10-15) + + +### Bug Fixes + +* **deps:** bump braze-specification from 1.2.3 to 1.2.4 ([#116](https://github.com/braze-community/braze-php/issues/116)) ([5b526c2](https://github.com/braze-community/braze-php/commit/5b526c26328d0dea74f573bb93952c6f61387e7f)), closes [#115](https://github.com/braze-community/braze-php/issues/115) + ## [2.2.1](https://github.com/braze-community/braze-php/compare/v2.2.0...v2.2.1) (2024-10-10) diff --git a/composer.json b/composer.json index 799790f..cecf309 100644 --- a/composer.json +++ b/composer.json @@ -57,5 +57,5 @@ "vendor/bin/pest" ] }, - "version": "2.2.1" + "version": "2.2.2" }