From d6df093887633ebdf65313598e06eeca478eba43 Mon Sep 17 00:00:00 2001 From: cedvandenbosch Date: Mon, 30 Sep 2024 17:23:27 +0200 Subject: [PATCH] version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaaaa77..4ace8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 9.0.1 +- Fix wrong format for some countries + ## 9.0.0 - Added a format parameter to choose between international and national format - Format now uses the national format by default diff --git a/pubspec.yaml b/pubspec.yaml index 9fb5892..b50efda 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: phone_numbers_parser description: Dart library for parsing phone numbers. Inspired by Google's libphonenumber and PhoneNumberKit for ios. -version: 9.0.0 +version: 9.0.1 homepage: https://github.com/cedvdb/phone_number_parser environment: