Skip to content

Commit 84b0c99

Browse files
authored
Merge pull request #192 from amadeus4dev/release8.1.0
release 8.1.0
2 parents 55df050 + a04ba1e commit 84b0c99

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Changelog
22
=========
3+
8.1.0 - 2023-06-22
4+
--------------------
5+
Add support for the `Transfer Search API <https://developers.amadeus.com/self-service/category/cars-and-transfers/api-doc/transfer-search/api-reference>`_
6+
7+
Add support for the `Transfer Booking API <https://developers.amadeus.com/self-service/category/cars-and-transfers/api-doc/transfer-booking/api-reference>`_
8+
9+
Add support for the `Transfer Management API <https://developers.amadeus.com/self-service/category/cars-and-transfers/api-doc/transfer-management/api-reference>`_
10+
11+
Big thanks to `Siddhartha Dutta <https://github.com/siddydutta>`_ for his contribution to the above implementations!
12+
313
8.0.0 - 2023-01-30
414
--------------------
515
Decommissioned Travel Restrictions API v1

amadeus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (8, 0, 0)
1+
version_info = (8, 1, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)