From 66331c3db851544a76908b83b8a250a738690c14 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Sun, 26 Nov 2023 22:57:45 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fca14..cf3411e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/brick/phonenumber/releases/tag/0.6.0) - 2023-11-26 + +💥 **BC breaks** + +- Minimum PHP version is now `8.1` +- `PhoneNumberType` and `PhoneNumberFormat` are now native PHP enums + ## [0.5.0](https://github.com/brick/phonenumber/releases/tag/0.5.0) - 2023-02-23 **💥 BC breaks** diff --git a/README.md b/README.md index c7e9906..7a8efd0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The current releases are numbered `0.x.y`. When a non-breaking change is introdu **When a breaking change is introduced, a new `0.x` version cycle is always started.** -It is therefore safe to lock your project to a given release cycle, such as `0.5.*`. +It is therefore safe to lock your project to a given release cycle, such as `0.6.*`. If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/phonenumber/releases) for a list of changes introduced by each further `0.x.0` version.