Skip to content

Commit

Permalink
release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Jun 22, 2023
1 parent 55df050 commit 49cf89d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
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>`_
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 49cf89d

Please sign in to comment.