From 1ca0ac2bfea8c7c9bb73dde413827c72d7ea7030 Mon Sep 17 00:00:00 2001 From: Sander van Hooft Date: Tue, 18 Sep 2018 17:42:56 +0200 Subject: [PATCH] Preparing next release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5211a..70fee55 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.2.0 - 2018-09-18 +### Added +- Added support for the Organizations and Permissions endpoints. For advanced (Oauth) users. + ## 2.1.0 - 2018-07-30 ### Added - Introducing the global helper method `mollie()`. A convenient shortcut you can use anywhere in your Laravel application instead of `Mollie::api()`.