diff --git a/CHANGELOG.md b/CHANGELOG.md index 9192071..081404b 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 + +- Fix Moldova's name in French (Moldavie). + ## [5.2.1] - 2024-05-02 - "Southern Africa" no longer matches South Africa. 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",