From c75bdf00dafb215770dd305037c481d51221c928 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Wed, 2 Dec 2020 01:05:41 +0100 Subject: [PATCH] new version --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470c9da..78f4618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be 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/). +## [2.0.1] - 2020-12-02 +### Added +- Support for PHP 8 + ## [2.0.0] - 2019-12-01 ### Added - Added a new argument to the constructor to set the `responseFactory` @@ -57,6 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 0.1.0 - 2016-10-09 First version +[2.0.1]: https://github.com/middlewares/cors/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/middlewares/cors/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/middlewares/cors/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/middlewares/cors/compare/v0.5.0...v1.0.0