diff --git a/CHANGELOG.md b/CHANGELOG.md index ba86481..90658a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/braze-community/braze-php/compare/v2.0.0...v2.0.1) (2024-03-13) + + +### Build System + +* **deps:** update jane-php/open-api-runtime requirement from 7.5 to 7.6.1 ([#61](https://github.com/braze-community/braze-php/issues/61)) ([0f47151](https://github.com/braze-community/braze-php/commit/0f4715188f8d93109d36897719d54a8dbdd89c3d)) + ## [2.0.0](https://github.com/braze-community/braze-php/compare/v1.4.0...v2.0.0) (2024-03-12) diff --git a/composer.json b/composer.json index a4600c0..a8d4f69 100644 --- a/composer.json +++ b/composer.json @@ -57,5 +57,5 @@ "vendor/bin/pest" ] }, - "version": "2.0.0" + "version": "2.0.1" }