From f32da4d4900339e716488d57866bde52dfa450ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 23:24:58 +0000 Subject: [PATCH] chore(master): release 2.2.0 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68379c2..5f4a1a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/braze-community/braze-php/compare/v2.1.1...v2.2.0) (2024-07-30) + + +### Features + +* **lib:** generate code from braze-specification ([abdc78a](https://github.com/braze-community/braze-php/commit/abdc78abd9dd91a6646a3fa22ec2e88c2f75d129)) + ## [2.1.1](https://github.com/braze-community/braze-php/compare/v2.1.0...v2.1.1) (2024-07-04) diff --git a/composer.json b/composer.json index de48b23..dbf33af 100644 --- a/composer.json +++ b/composer.json @@ -57,5 +57,5 @@ "vendor/bin/pest" ] }, - "version": "2.1.1" + "version": "2.2.0" }