From dc65eb73c48b866854822b603e8ebe80a58ba033 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 19 Nov 2019 17:39:40 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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)