diff --git a/CHANGELOG.md b/CHANGELOG.md index 568bc00..68379c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.1](https://github.com/braze-community/braze-php/compare/v2.1.0...v2.1.1) (2024-07-04) + + +### Code Refactoring + +* **lib:** get fully qualified name with `::class` ([3612123](https://github.com/braze-community/braze-php/commit/3612123ab1f8b83584072bd4228ba6504b20aeb7)) +* **lib:** tidy backslash in fully qualified name ([51c6405](https://github.com/braze-community/braze-php/commit/51c64052592910c7ddbd6ff39bfff47c4650bfeb)) + ## [2.1.0](https://github.com/braze-community/braze-php/compare/v2.0.2...v2.1.0) (2024-06-28) diff --git a/composer.json b/composer.json index 2c8e3b7..247a052 100644 --- a/composer.json +++ b/composer.json @@ -57,5 +57,5 @@ "vendor/bin/pest" ] }, - "version": "2.1.0" + "version": "2.1.1" }