From c41393857017095c540a804726664a7a3aeae47b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:27:11 +0000 Subject: [PATCH] chore(master): release 1.3.1 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8cd209..f84c9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/braze-community/braze-php/compare/v1.3.0...v1.3.1) (2023-10-09) + + +### Bug Fixes + +* **lib:** replace `findUrlFactory` with `findUriFactory` in Client.php ([f9aec37](https://github.com/braze-community/braze-php/commit/f9aec37398220f0627ff3efea7f31a300e51f721)) + ## [1.3.0](https://github.com/braze-community/braze-php/compare/v1.2.0...v1.3.0) (2023-08-31) diff --git a/composer.json b/composer.json index 169de07..8cb15eb 100644 --- a/composer.json +++ b/composer.json @@ -56,5 +56,5 @@ "vendor/bin/pest" ] }, - "version": "1.3.0" + "version": "1.3.1" }