From 7151eaf50f4cdc04273346e2327209e54c2f33de Mon Sep 17 00:00:00 2001 From: Paulo Rodrigues Pinto Date: Thu, 3 Jan 2019 18:38:20 +0000 Subject: [PATCH] Prepare release 1.2.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9061b1..cf5c4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org). +## [1.2.0] - 2019-01-03 +### Added +- Added support for Symfony 4 +- Added service aliases for auto-wiring + +### Removed +- Removed support for PHP versions earlier than 5.6. + ## [1.1.1] - 2016-10-09 ### Added - Significantly improve documentation and host it at http://jmspaymentpaypalbundle.readthedocs.io ([#79](https://github.com/schmittjoh/JMSPaymentPaypalBundle/pull/79))