diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8b0bf11..006c577 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,13 @@ Changelog ========= +10.0.0 - 2024-04-17 +-------------------- +Decommissioned the Safe Place API + +Fixed the List Type Query Parameter for Hotel List API, Big thanks to `Siddhartha Dutta `_ for his contribution! + +Updated sphinx version from 3.4.1 to 5.0.0 + 9.0.0 - 2023-09-04 -------------------- Decommissioned the Travel Restrictions API v2 diff --git a/amadeus/version.py b/amadeus/version.py index c8285d7..92a6b2e 100644 --- a/amadeus/version.py +++ b/amadeus/version.py @@ -1,2 +1,2 @@ -version_info = (9, 0, 0) +version_info = (10, 0, 0) version = '.'.join(str(v) for v in version_info)