From 3d13bb3b13f01b2098bb64e2086762ca36263ca6 Mon Sep 17 00:00:00 2001 From: Sander van Hooft Date: Mon, 30 Jul 2018 13:01:12 +0200 Subject: [PATCH] Updated the CHANGELOG for 2.1.0 release. See PR #59. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d291f..1b5211a 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.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()`. + ## 2.0.0 - 2018-07-09 Version 2.0.0 is here! See the [migration instructions](docs/migration_instructions_v1_to_v2.md) on how to upgrade from v1.