diff --git a/CHANGELOG.md b/CHANGELOG.md index 68379c2..5f4a1a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/braze-community/braze-php/compare/v2.1.1...v2.2.0) (2024-07-30) + + +### Features + +* **lib:** generate code from braze-specification ([abdc78a](https://github.com/braze-community/braze-php/commit/abdc78abd9dd91a6646a3fa22ec2e88c2f75d129)) + ## [2.1.1](https://github.com/braze-community/braze-php/compare/v2.1.0...v2.1.1) (2024-07-04) diff --git a/composer.json b/composer.json index de48b23..dbf33af 100644 --- a/composer.json +++ b/composer.json @@ -57,5 +57,5 @@ "vendor/bin/pest" ] }, - "version": "2.1.1" + "version": "2.2.0" }