From 1a2c4ccde362edd10de9e3400a4c9c319612cdfb Mon Sep 17 00:00:00 2001 From: inxilpro Date: Fri, 17 Feb 2023 21:32:10 +0000 Subject: [PATCH] 3.2.0 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b7848..21de7f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [3.2.0] - 2023-02-17 + ### Added -- Added Laravel 10 support +- Added Laravel 10 support ## [3.1.0] - 2022-02-18 @@ -81,7 +83,9 @@ This is the first stable release, with lots of breaking changes since 0.5.\* - The config `addressing.route.prefix` has been renamed `addressing.routes.prefix` and `addressing.routes.enabled` has been added - The `UnknownCountryException` is no longer thrown, and `NULL` is returned instead -[Unreleased]: https://github.com/glhd/laravel-addressing/compare/3.1.0...HEAD +[Unreleased]: https://github.com/glhd/laravel-addressing/compare/3.2.0...HEAD + +[3.2.0]: https://github.com/glhd/laravel-addressing/compare/3.1.0...3.2.0 [3.1.0]: https://github.com/glhd/laravel-addressing/compare/3.0.0...3.1.0