From 045ec22d2d9d5552ed16c1298ddf0191f56ab829 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 22:53:00 +0000 Subject: [PATCH] chore(master): release 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c752070..ba86481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.0](https://github.com/braze-community/braze-php/compare/v1.4.0...v2.0.0) (2024-03-12) + + +### ⚠ BREAKING CHANGES + +* **lib:** drop PHP version 7 and require PHP >=8.0 + + +### Bug Fixes + +* **lib:** generate lib and lock `jane-php/open-api-runtime` to 7.5 ([b48a0e2](https://github.com/braze-community/braze-php/commit/b48a0e2a0070082ef2c3f8b9d48c94f80432f92d)), closes [#55](https://github.com/braze-community/braze-php/issues/55) + ## [1.4.0](https://github.com/braze-community/braze-php/compare/v1.3.2...v1.4.0) (2024-01-05) diff --git a/composer.json b/composer.json index 97b886d..1e405e5 100644 --- a/composer.json +++ b/composer.json @@ -57,5 +57,5 @@ "vendor/bin/pest" ] }, - "version": "1.4.0" + "version": "2.0.0" }