From b5b609893197d477df2a1a770ca4944384ca5672 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:51:28 +0000 Subject: [PATCH] chore(master): release 2.1.0 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56baeca..568bc00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/braze-community/braze-php/compare/v2.0.2...v2.1.0) (2024-06-28) + + +### Features + +* **lib:** generate code from `jane-php/open-api-3` upgrade to 7.7.0 ([3703142](https://github.com/braze-community/braze-php/commit/37031428b94a88a9a4b2f6a8795b18ae65d57644)) + + +### Build System + +* **deps:** update jane-php/open-api-runtime requirement ([#82](https://github.com/braze-community/braze-php/issues/82)) ([198f750](https://github.com/braze-community/braze-php/commit/198f750b110f305e1a273dd0740c6e8cb10e16f1)) + ## [2.0.2](https://github.com/braze-community/braze-php/compare/v2.0.1...v2.0.2) (2024-05-31) diff --git a/composer.json b/composer.json index 617b5a4..c598bf0 100644 --- a/composer.json +++ b/composer.json @@ -57,5 +57,5 @@ "vendor/bin/pest" ] }, - "version": "2.0.2" + "version": "2.1.0" }