Skip to content

Commit

Permalink
Merge pull request #210 from amadeus4dev/10.0.0
Browse files Browse the repository at this point in the history
Release 10.0.0
  • Loading branch information
minjikarin committed Apr 17, 2024
2 parents 0cf5447 + adb067f commit 314395f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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 <https://github.com/siddydutta>`_ 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
Expand Down
2 changes: 1 addition & 1 deletion 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)

0 comments on commit 314395f

Please sign in to comment.