From 788103baa0651636e53243f057b2491c2253f9e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 00:32:31 +0000 Subject: [PATCH] chore(master): release 1.0.1 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e943e72..198e750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/braze-community/braze-php/compare/v1.0.0...v1.0.1) (2023-08-15) + + +### Bug Fixes + +* **lib:** update PHPDoc ([337cc58](https://github.com/braze-community/braze-php/commit/337cc5824601cbfc227a8af177413ba74346c33a)) + ## 1.0.0 (2023-08-13) diff --git a/composer.json b/composer.json index 17e5a42..b6eeab2 100644 --- a/composer.json +++ b/composer.json @@ -55,5 +55,5 @@ "vendor/bin/pest" ] }, - "version": "1.0.0" + "version": "1.0.1" }