From 1960802068f81e44b2ae9793932181cf1cb91b5c Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 6 Apr 2021 16:38: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 a022c058..cf0008be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/socialite/compare/v5.2.2...5.x) +## [Unreleased](https://github.com/laravel/socialite/compare/v5.2.3...5.x) + + +## [v5.2.3 (2021-04-06)](https://github.com/laravel/socialite/compare/v5.2.2...v5.2.3) + +### Changed +- Add reset methods for Octane ([07840c0](https://github.com/laravel/socialite/commit/07840c07e7b5cf20bb31f8bc2332776a2411695e)) ## [v5.2.2 (2021-03-02)](https://github.com/laravel/socialite/compare/v5.2.1...v5.2.2)