diff --git a/CHANGELOG.md b/CHANGELOG.md index 9192071..f93661e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [5.2.2] - 2024-08-23 + +- Detection for "moldavie" as "MD" in French. + ## [5.2.1] - 2024-05-02 - "Southern Africa" no longer matches South Africa. diff --git a/geoconvert/__init__.py b/geoconvert/__init__.py index c371f69..e1f8021 100644 --- a/geoconvert/__init__.py +++ b/geoconvert/__init__.py @@ -1,2 +1,2 @@ __author__ = "Octopusmind " -__version__ = "5.2.1" +__version__ = "5.2.2" diff --git a/geoconvert/data/countries.py b/geoconvert/data/countries.py index 29aa0a8..096acf2 100644 --- a/geoconvert/data/countries.py +++ b/geoconvert/data/countries.py @@ -206,6 +206,7 @@ "mayotte": "YT", "mexique": "MX", "micronesie": "FM", + "moldavie": "MD", "moldova": "MD", "monaco": "MC", "mongolia": "MN",