diff --git a/CHANGELOG.md b/CHANGELOG.md index f64ebed..815f4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/braze-community/braze-php/compare/v1.1.0...v1.1.1) (2023-08-20) + + +### Bug Fixes + +* **lib:** update and remove Model and Normalizer ([37549e1](https://github.com/braze-community/braze-php/commit/37549e1cd1931b21b025521f3559eb88153a644d)) + ## [1.1.0](https://github.com/braze-community/braze-php/compare/v1.0.1...v1.1.0) (2023-08-19) diff --git a/composer.json b/composer.json index e587e13..6cbc9b2 100644 --- a/composer.json +++ b/composer.json @@ -56,5 +56,5 @@ "vendor/bin/pest" ] }, - "version": "1.1.0" + "version": "1.1.1" }