From 466c38388a5efa65f5da4d897adfeb09a4fb44cd Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Wed, 2 Dec 2020 01:05:31 +0100 Subject: [PATCH] new version --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6464f2..5d277fc 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-03 ### Removed - Support for PHP 7.0 and 7.1 @@ -89,6 +93,7 @@ First version [#13]: https://github.com/middlewares/client-ip/issues/13 [#14]: https://github.com/middlewares/client-ip/issues/14 +[2.0.1]: https://github.com/middlewares/client-ip/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/middlewares/client-ip/compare/v1.3.0...v2.0.0 [1.3.0]: https://github.com/middlewares/client-ip/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/middlewares/client-ip/compare/v1.1.0...v1.2.0