diff --git a/CHANGELOG.md b/CHANGELOG.md index 10696d8..df97abb 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] - 2020-09-25 ### Removed - Support for PHP 7.0 and 7.1 @@ -73,6 +77,7 @@ First version [#4]: https://github.com/middlewares/https/issues/4 +[2.0.1]: https://github.com/middlewares/https/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/middlewares/https/compare/v1.3.0...v2.0.0 [1.3.0]: https://github.com/middlewares/https/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/middlewares/https/compare/v1.1.0...v1.2.0