diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f0c9a9e..4731028 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,13 @@ Changelog ========= +12.0.0 - 2025-04-11 +-------------------- +Decommissioned the Points of Interest and Location Score APIs + +Updated the Ubuntu 24.04 for GitHub Actions + +Big thanks to `Siddhartha Dutta `_ for his contribution to the above implementations! + 11.0.0 - 2024-10-02 -------------------- Decommissioned the Trip Parser API diff --git a/amadeus/version.py b/amadeus/version.py index 4c29845..e11e7d9 100644 --- a/amadeus/version.py +++ b/amadeus/version.py @@ -1,2 +1,2 @@ -version_info = (11, 0, 0) +version_info = (12, 0, 0) version = '.'.join(str(v) for v in version_info)