From ed5cc1dfc6d971726090163c239ff4b3c6d1a15e Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 21 Jan 2019 12:07:35 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 962b376d..aac0ce74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,20 @@ # Release Notes -## [v4.0.1 (2018-12-20)](https://github.com/laravel/socialite/compare/v4.0.0...v4.0.1) +## [v4.0.2 (2019-01-21)](https://github.com/laravel/socialite/compare/v4.0.1...v4.0.2) ### Fixed +- Fix a bug with no LinkedIn image ([81adfcc](https://github.com/laravel/socialite/commit/81adfcc4f7df3a470cdab8a500db77c0de5d01a3)) + +## [v4.0.1 (2018-12-20)](https://github.com/laravel/socialite/compare/v4.0.0...v4.0.1) +### Fixed - Fixed broken `GoogleProvider` ([#316](https://github.com/laravel/socialite/pull/316)) ## [v4.0.0 (2018-12-18)](https://github.com/laravel/socialite/compare/v3.2.0...v4.0.0) ### Changed - - Removed support for PHP 7.0 ([#311](https://github.com/laravel/socialite/pull/311)) - Require Laravel 5.7 as minimum version ([#311](https://github.com/laravel/socialite/pull/311)) ### Fixed - - Fixed and updated the broken LinkedIn provider ([#310](https://github.com/laravel/socialite/pull/310))