diff --git a/CHANGELOG.md b/CHANGELOG.md index d60251a..b212f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/Drieam/eduframe-php-client/compare/v1.3.0...v1.3.1) (2024-02-09) + + +### Miscellaneous Chores + +* Update example with new lead creation ([ff16952](https://github.com/Drieam/eduframe-php-client/commit/ff16952c604fd775ba17d9d105aa1592ea4e5d80)) + ## [1.3.0](https://github.com/Drieam/eduframe-php-client/compare/v1.2.0...v1.3.0) (2023-08-24) diff --git a/composer.json b/composer.json index c630462..878c874 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "drieam/eduframe-php-client", - "version": "1.3.0", + "version": "1.3.1", "type": "library", "minimum-stability": "stable", "description": "A PHP Client for the Eduframe V1 API",