From d61e720fd8a748ecd569ecddeab555fe9262d103 Mon Sep 17 00:00:00 2001 From: Sander van Hooft Date: Mon, 9 Jul 2018 12:51:07 +0200 Subject: [PATCH] Prepared docs for v2 stable release --- CHANGELOG.md | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f791a..18d291f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,5 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. -## [2.0.0 beta 1] - 2018-06-27 -Version 2.0.0 beta is here! See the [migration instructions](docs/migration_instructions_v1_to_v2.md) on how to upgrade from v1. +## 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. + +This release leverages the V2 mollie-api-php client. diff --git a/README.md b/README.md index 772864f..d842512 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Fresh install? Continue with the installation guide below. Add Laravel-Mollie to your composer file via the `composer require` command: ```bash -$ composer require mollie/laravel-mollie:2.0.* +$ composer require mollie/laravel-mollie:^2.0 ``` Or add it to `composer.json` manually: