diff --git a/CHANGELOG.md b/CHANGELOG.md index 198e750..f64ebed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/braze-community/braze-php/compare/v1.0.1...v1.1.0) (2023-08-19) + + +### Build System + +* **deps:** bump braze-specification from `c2edc38` to `29a5300` ([608477c](https://github.com/braze-community/braze-php/commit/608477ce58c97c133edcd27658a278ce7f3ddf68)) + ## [1.0.1](https://github.com/braze-community/braze-php/compare/v1.0.0...v1.0.1) (2023-08-15) diff --git a/composer.json b/composer.json index 3858801..e587e13 100644 --- a/composer.json +++ b/composer.json @@ -56,5 +56,5 @@ "vendor/bin/pest" ] }, - "version": "1.0.1" + "version": "1.1.0" }