From e21ea2ae35d5e88a985bc74c7af0aaca325fcf0e Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Mon, 23 Jan 2023 13:19:13 +0100 Subject: [PATCH] release 4.2.0 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369b5fe..516246c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). * Nothing as of yet +## [4.2.0] - 2023-01-23 + +* Added: a dataprovider with often requested aliases ([#76]) + ## [4.1.0] - 2022-09-07 * Changed: Lookup is now unicode-safe ([#78]) and allows partial (prefix) matches ([#74]) @@ -66,7 +70,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). * New: initial release of `league/iso3166`. -[Unreleased]: https://github.com/thephpleague/iso3166/compare/4.0.0...HEAD +[Unreleased]: https://github.com/thephpleague/iso3166/compare/4.2.0...HEAD +[4.2.0]: https://github.com/thephpleague/iso3166/compare/4.1.0...4.2.0 [4.1.0]: https://github.com/thephpleague/iso3166/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/thephpleague/iso3166/compare/3.0.0...4.0.0 [3.0.0]: https://github.com/thephpleague/iso3166/compare/2.1.5...3.0.0 @@ -81,6 +86,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). [1.0.0]: https://github.com/thephpleague/iso3166/compare/64bae4f00dbd5679b9a36c54c37af73d5deb5be1...1.0.0 [#78]: https://github.com/thephpleague/iso3166/pull/78 +[#76]: https://github.com/thephpleague/iso3166/pull/76 [#74]: https://github.com/thephpleague/iso3166/pull/74 [#65]: https://github.com/thephpleague/iso3166/pull/65 [#63]: https://github.com/thephpleague/iso3166/pull/63