From 3461568cb92317a300a1c76570af2cda3b28079f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:10:00 +0000 Subject: [PATCH] chore(master): release 1.3.2 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f84c9d8..a70dbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.2](https://github.com/braze-community/braze-php/compare/v1.3.1...v1.3.2) (2023-12-22) + + +### Bug Fixes + +* **lib:** update 'trigger_properties' so that it's an object ([3abc609](https://github.com/braze-community/braze-php/commit/3abc6097ef37eba3a58bcbcda358d73109541cfb)), closes [#37](https://github.com/braze-community/braze-php/issues/37) + ## [1.3.1](https://github.com/braze-community/braze-php/compare/v1.3.0...v1.3.1) (2023-10-09) diff --git a/composer.json b/composer.json index 8cb15eb..ad95ddb 100644 --- a/composer.json +++ b/composer.json @@ -56,5 +56,5 @@ "vendor/bin/pest" ] }, - "version": "1.3.1" + "version": "1.3.2" }