diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa08aa..cfaf0ea 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [3.0.0] - 2022-03-02 + ### Backward Compatibility Breaking Changes - Dropped support for PHP 7.0 @@ -95,8 +97,9 @@ Note: this is still supported for IPv4. First release -[Unreleased]: https://github.com/rlanvin/php-ip/compare/v3.0.0-rc2...HEAD -[3.0.0-rc2]: https://github.com/rlanvin/php-ip/compare/v3.0-rc1...v3.0.0-rc2 +[Unreleased]: https://github.com/rlanvin/php-ip/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/rlanvin/php-ip/compare/v3.0.0-rc2...v3.0.0 +[3.0.0-rc2]: https://github.com/rlanvin/php-ip/compare/v3.0.0-rc1...v3.0.0-rc2 [3.0.0-rc1]: https://github.com/rlanvin/php-ip/compare/v2.1.0...v3.0.0-rc1 [2.1.0]: https://github.com/rlanvin/php-ip/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/rlanvin/php-ip/compare/v1.0.1...v2.0.0 diff --git a/README.md b/README.md index 169415b..bc6352d 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ IPv4/IPv6 manipulation library for PHP inspired by Python [ipaddress](https://do ## Requirements -- PHP >= 7.0 +- PHP >= 7.1 - IPv6 support enabled - GMP extension (www.php.net/manual/en/book.gmp.php)