From 6f85a895faccc8d1b8c243b8cff92cea94a637d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Fri, 20 Jan 2023 10:44:04 +0100 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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)