From 7c612ca980314c375b34b178a0fae904f779c26b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:39:29 +0000 Subject: [PATCH] chore(master): release 2.0.1 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba86481..90658a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/braze-community/braze-php/compare/v2.0.0...v2.0.1) (2024-03-13) + + +### Build System + +* **deps:** update jane-php/open-api-runtime requirement from 7.5 to 7.6.1 ([#61](https://github.com/braze-community/braze-php/issues/61)) ([0f47151](https://github.com/braze-community/braze-php/commit/0f4715188f8d93109d36897719d54a8dbdd89c3d)) + ## [2.0.0](https://github.com/braze-community/braze-php/compare/v1.4.0...v2.0.0) (2024-03-12) diff --git a/composer.json b/composer.json index a4600c0..a8d4f69 100644 --- a/composer.json +++ b/composer.json @@ -57,5 +57,5 @@ "vendor/bin/pest" ] }, - "version": "2.0.0" + "version": "2.0.1" }