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 c484bdb..3858801 100644 --- a/composer.json +++ b/composer.json @@ -56,5 +56,5 @@ "vendor/bin/pest" ] }, - "version": "1.0.0" + "version": "1.0.1" }