From 0cab4cdfb98f09aa5eda147083ac5c57b151cc0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:16:36 +0000 Subject: [PATCH] chore(master): release 2.2.1 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f4a1a4..98a10a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/braze-community/braze-php/compare/v2.2.0...v2.2.1) (2024-10-10) + + +### Bug Fixes + +* **lib:** generate code from braze-specification 1.2.2 ([88fd3ef](https://github.com/braze-community/braze-php/commit/88fd3ef72e3c2596404829e8b79ae30f2702bcf2)) + ## [2.2.0](https://github.com/braze-community/braze-php/compare/v2.1.1...v2.2.0) (2024-07-30) diff --git a/composer.json b/composer.json index dbf33af..799790f 100644 --- a/composer.json +++ b/composer.json @@ -57,5 +57,5 @@ "vendor/bin/pest" ] }, - "version": "2.2.0" + "version": "2.2.1" }