From 1d470d95c7506eb391c48bc3cda6be5ded3e593f Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 12 Mar 2019 17:42:59 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fd6c94..882df4a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Release Notes -## [Unreleased](https://github.com/laravel/socialite/compare/v4.1.0...4.0) +## [Unreleased](https://github.com/laravel/socialite/compare/v4.1.1...4.0) + + +## [v4.1.1](https://github.com/laravel/socialite/compare/v4.1.0...v4.1.1) ### Fixed - Update Google API urls ([#346](https://github.com/laravel/socialite/pull/346)) + ## [v4.1.0 (2019-02-14)](https://github.com/laravel/socialite/compare/v4.0.3...v4.1.0) ### Added @@ -13,21 +17,25 @@ ### Fixed - Handle Google responses excluding 'name' ([#340](https://github.com/laravel/socialite/pull/340)) + ## [v4.0.3 (2019-01-21)](https://github.com/laravel/socialite/compare/v4.0.2...v4.0.3) ### Fixed - Use proper localized name ([#329](https://github.com/laravel/socialite/pull/329)) + ## [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