diff --git a/.gitignore b/.gitignore index 19f5f95..5d9c23f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ build/ .php_cs.cache clover.xml /php-cs-fixer.phar +/.phpunit.result.cache diff --git a/CHANGELOG.md b/CHANGELOG.md index 270c538..58f4f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,22 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/contentful/ContentfulBundle/compare/6.1.0...HEAD) +## [Unreleased](https://github.com/contentful/ContentfulBundle/compare/6.2.0...HEAD) > No meaningful changes since last release. +## [6.2.0](https://github.com/contentful/ContentfulBundle/tree/6.2.0) (2021-03-26) + +### Added + +* Support for PHP8 + +### Internal + +* Small code cleanups + ## [6.1.0](https://github.com/contentful/ContentfulBundle/tree/6.1.0) (2020-07-29) ### Changed diff --git a/README.md b/README.md index 7c1a1b0..48d930e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![CircleCI](https://img.shields.io/circleci/project/github/contentful/ContentfulBundle.svg?style=for-the-badge)](https://circleci.com/gh/contentful/ContentfulBundle) [![Packagist](https://img.shields.io/github/license/contentful/ContentfulBundle.svg?style=for-the-badge)](https://packagist.org/packages/contentful/contentful-bundle) -> Symfony Bundle for the Contentful Delivery SDK. This bundle requires PHP 7.0 or higher, and Symfony 3.4 or higher. It also requires Twig to be installed. +> Symfony Bundle for the Contentful Delivery SDK. This bundle requires PHP 7.2 or higher or PHP 8.0 or higher, and Symfony 3.4 or higher. It also requires Twig to be installed. # Setup