Skip to content

Commit

Permalink
Merge pull request #192 from amadeus4dev/release8.1.0
Browse files Browse the repository at this point in the history
release 8.1.0
  • Loading branch information
tsolakoua committed Jun 22, 2023
2 parents 55df050 + a04ba1e commit 84b0c99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Changelog
=========
8.1.0 - 2023-06-22
--------------------
Add support for the `Transfer Search API <https://developers.amadeus.com/self-service/category/cars-and-transfers/api-doc/transfer-search/api-reference>`_

Add support for the `Transfer Booking API <https://developers.amadeus.com/self-service/category/cars-and-transfers/api-doc/transfer-booking/api-reference>`_

Add support for the `Transfer Management API <https://developers.amadeus.com/self-service/category/cars-and-transfers/api-doc/transfer-management/api-reference>`_

Big thanks to `Siddhartha Dutta <https://github.com/siddydutta>`_ for his contribution to the above implementations!

8.0.0 - 2023-01-30
--------------------
Decommissioned Travel Restrictions API v1
Expand Down
2 changes: 1 addition & 1 deletion amadeus/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (8, 0, 0)
version_info = (8, 1, 0)
version = '.'.join(str(v) for v in version_info)

0 comments on commit 84b0c99

Please sign in to comment.