diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4c2e5..8bb8e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [1.1.0] + +Added support for php 8.2 ([#2](https://github.com/beste/latlon-geohash-php/pull/2)) + ## [1.0.1] - 2022-01-19 ### Fixed @@ -12,7 +16,8 @@ Initial release -[Unreleased]: https://github.com/beste/latlon-geohash-php/compare/1.0.1...main +[Unreleased]: https://github.com/beste/latlon-geohash-php/compare/1.1.0...main +[1.1.0]: https://github.com/beste/latlon-geohash-php/compare/1.0.1...1.1.0 [1.0.1]: https://github.com/beste/latlon-geohash-php/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/beste/latlon-geohash-php/releases/tag/1.0.0 diff --git a/README.md b/README.md index dfb6721..64faa20 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Geohash [![Current version](https://img.shields.io/packagist/v/beste/latlon-geohash.svg?logo=composer)](https://packagist.org/packages/beste/latlon-geohash) -[![Supported PHP version](https://img.shields.io/static/v1?logo=php&label=PHP&message=~7.4.0%20||%20~8.0.0%20||%20~8.1.0&color=777bb4)](https://packagist.org/packages/beste/latlon-geohash) +[![Supported PHP version](https://img.shields.io/static/v1?logo=php&label=PHP&message=~7.4.0%20||%20~8.0.0%20||%20~8.1.0||%20~8.2.0&color=777bb4)](https://packagist.org/packages/beste/latlon-geohash) [![Tests](https://github.com/beste/latlon-geohash-php/workflows/Tests/badge.svg)](https://github.com/beste/latlon-geohash-php/actions) [![Sponsor](https://img.shields.io/static/v1?logo=GitHub&label=Sponsor&message=%E2%9D%A4&color=ff69b4)](https://github.com/sponsors/jeromegamez)