From bc2ff5ce9e374f9fcbbb6b39b25ddf84c6e0c48a Mon Sep 17 00:00:00 2001 From: Sander van Hooft Date: Sat, 10 Nov 2018 17:57:32 +0100 Subject: [PATCH] Preparing v2.3.1 release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d1e6e..1ed89ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## 2.3.1 - 2018-11-10 +### Changed +- Bug fix for using Socialite with Laravel Mollie. See [issue #73](https://github.com/mollie/laravel-mollie/issues/73) for more information. + ## 2.3.0 - 2018-10-04 ### Added - You can now process your Orders, Shipments and Captures using the latest Laravel Mollie client. See [Mollie's guides](https://docs.mollie.com/orders/overview) for more information about these brand new features.