From 61ad2b5f98e28f8e4e479851f8744b43ebbb9b46 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Sat, 12 Sep 2020 16:40:16 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5c95e6..88b8d9cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/socialite/compare/v5.0.0...5.x) +## [Unreleased](https://github.com/laravel/socialite/compare/v5.0.1...5.x) + + +## [v5.0.1 (2020-09-12)](https://github.com/laravel/socialite/compare/v5.0.0...v5.0.1) + +### Fixed +- Fix bitbucket provider ([#475](https://github.com/laravel/socialite/pull/475)) ## [v5.0.0 (2020-09-08)](https://github.com/laravel/socialite/compare/v4.4.1...v5.0.0)