diff --git a/CHANGELOG.md b/CHANGELOG.md index 049253c7..9cc521aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/socialite/compare/v4.2.0...4.0) +## [Unreleased](https://github.com/laravel/socialite/compare/v4.3.0...4.0) + + +## [v4.3.0 (2019-11-19)](https://github.com/laravel/socialite/compare/v4.2.0...v4.3.0) + +### Added +- Allow to manually set desired Facebook graph version ([#408](https://github.com/laravel/socialite/pull/408)) + +### Changed +- Change default Facebook graph version to 3.3 ([#408](https://github.com/laravel/socialite/pull/408)) ## [v4.2.0 (2019-09-03)](https://github.com/laravel/socialite/compare/v4.1.4...v4.2.0)